-
-
Notifications
You must be signed in to change notification settings - Fork 91
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
Deprecate library? #119
Comments
Take a look at the limitations section on that function. This crate does check processor affinity, and cgroups, and doing so has an important impact on servers running in containers. |
Interesting, looks like there's a PR to fix that: rust-lang/rust#92697. In the meantime, perhaps it's worth pointing out the differences? |
update: the mentioned PR is now merged |
Here async-global-executor crate switched to the standard API: async-rs/async-global-executor#6 Here rayon crate is considering dropping the library: rayon-rs/rayon#937 |
Either way, I feel like the important thing is that this crate is available on earlier versions of Rust, which is important to crates who don't want to bump their MSRV. |
Yea, probably not going to do this just yet. |
Or at least prominently point people towards std? https://doc.rust-lang.org/stable/std/thread/fn.available_parallelism.html
The text was updated successfully, but these errors were encountered: