Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Rename Atomics.wake() to Atomics.notify() #8315

Closed
VirtualTim opened this issue Mar 20, 2019 · 0 comments
Closed

Rename Atomics.wake() to Atomics.notify() #8315

VirtualTim opened this issue Mar 20, 2019 · 0 comments

Comments

@VirtualTim
Copy link
Collaborator

Apparently Atomics.wake() is being renamed to Atomics.notify(). See https://www.chromestatus.com/feature/6228189936353280
Chrome is removing support for Atomics.wake around July.

Hopefully should just be a simple find/replace (once browsers support Atomics.notify)? The only place I know that it's used is in _emscripten_futex_wake.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant