🏠 New in Low Baseline Support: Atomics.pause()
April 1, 2025
The Atomics.pause() static method gives a hint to the CPU that the code calling the method is in a short-duration wait for shared memory, known as spinning or a spinlock.
Source features
javascript.builtins.Atomics.pause[mdn]