deno.com

method Atomics.pause

#Atomics.pause(durationHint?: number): void

Signals to the CPU that it is running in a spin-wait loop.

Parameters #

#durationHint: number
optional

An integer that may be used to determine how many times the signal is sent.

Return Type #

void