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

Editorial: Wording for running concurrently #17

Open littledan opened 5 years ago

littledan commented 5 years ago

The spec text for AddAlarm contains:

After timeout milliseconds has passed, perform the following actions concurrently:

The actions here seem to avoid directly running JavaScript, which shouldn't be run concurrently with other JavaScript in the same agent. In particular:

Let's think about what's the clearest way to phrase all of this. This editorial issue does not block Stage 3, but I'd like to think it through before merging into the main spec.