proposal-atomics-wait-async
proposal-atomics-wait-async copied to clipboard
Normative: Reject validation errors instead of throwing them synchronously
Closes #28
It might be better to make use of IfAbruptRejectPromise within Atomics.waitAsync, and keep using ReturnIfAbrupt within DoWait.