Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tc39/proposal-atomics-wait-async

"asynchronous atomic wait" for ECMAScript
https://github.com/tc39/proposal-atomics-wait-async

Last synced: about 2 months ago
JSON representation

"asynchronous atomic wait" for ECMAScript

Awesome Lists containing this project

README

        

# Asynchronous atomic wait for ECMAScript

A proposal for an "asynchronous atomic wait" for ECMAScript, primarily
for use in agents that are not allowed to block.

Champions: Shu-yu Guo (Google) and Lars T Hansen (Mozilla).

## Historical documents

Warning: The following documents are no longer being updated and are of
historical interest only.

See [PROPOSAL.md](PROPOSAL.md) for the evolving proposal text,
[polyfill.js](polyfill.js) for a simple polyfill implementation, and
[example.html](example.html) for some examples and test cases; this
file uses the polyfill.