Skip to content
This repository has been archived by the owner on Jun 22, 2023. It is now read-only.

Latest commit

 

History

History
16 lines (11 loc) · 573 Bytes

README.md

File metadata and controls

16 lines (11 loc) · 573 Bytes

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 for the evolving proposal text, polyfill.js for a simple polyfill implementation, and example.html for some examples and test cases; this file uses the polyfill.