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

Release rayon 1.8.1 and rayon-core 1.12.1 #1113

Merged
merged 1 commit into from
Jan 17, 2024

Conversation

cuviper
Copy link
Member

@cuviper cuviper commented Jan 17, 2024

  • The new "web_spin_lock" crate feature makes mutexes spin on the main
    browser thread in WebAssembly, rather than suffer an error about forbidden
    atomics.wait if they were to block in that context. Thanks @RReverser!

- The new `"web_spin_lock"` crate feature makes mutexes spin on the main
  browser thread in WebAssembly, rather than suffer an error about forbidden
  `atomics.wait` if they were to block in that context. Thanks @RReverser!
@cuviper cuviper added this pull request to the merge queue Jan 17, 2024
Merged via the queue into rayon-rs:master with commit 7df6d5b Jan 17, 2024
4 checks passed
@RReverser
Copy link
Contributor

Incorporated into wasm-bindgen-rayon 1.2.0 release with much simplified notes. Thanks to @DouglasDwyer for wasm-sync making this so easy!

Now if only we could get id of the nightly requirement for atomics in Rust 😅

@cuviper cuviper deleted the release-1.8.1 branch January 26, 2024 21:11
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

Successfully merging this pull request may close these issues.

2 participants