tc39 / proposal-atomics-wait-async

"asynchronous atomic wait" for ECMAScript
https://tc39.github.io/proposal-atomics-wait-async/
Other
89 stars 18 forks source link

Normative: Reject validation errors instead of throwing them synchronously #29

Open syg opened 4 years ago

syg commented 4 years ago

Closes #28

ExE-Boss commented 3 years ago

It might be better to make use of IfAbruptRejectPromise within Atomics.waitAsync, and keep using ReturnIfAbrupt within DoWait.