-
Notifications
You must be signed in to change notification settings - Fork 22.5k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Clarity change: make it clear that Atomics.notify() always causes Ato…
…mics.wait() to return - The docs currently can be interpreted that a sleeping `Atomics.wait()` will never move on unless the expected value changes - Clarified that this is not the case by André Bargull in https://bugzilla.mozilla.org/show_bug.cgi?id=1942674 - Updated docs to make it more clear under what conditions `Atomics.wait()` can return which value
- Loading branch information
1 parent
716e136
commit 8386352
Showing
3 changed files
with
13 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters