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

Add an unsafe method to rayon-core to enable rayon-futures #428

Closed
alexcrichton opened this issue Sep 6, 2017 · 2 comments
Closed

Add an unsafe method to rayon-core to enable rayon-futures #428

alexcrichton opened this issue Sep 6, 2017 · 2 comments

Comments

@alexcrichton
Copy link

It sounded like rayon, which ideally hits 1.0 soon-ish, will reach 1.0 before the futures crate but the rayon 1.0 release shouldn't publicly depend on unstable crates. In that sense it sounds like a separate crate, rayon-futures, is the way to go for now, but needs support in rayon-core

@cuviper
Copy link
Member

cuviper commented Sep 16, 2017

#436 made rayon-futures a separate crate, but we still need to decide if we like that core interface.
(still under --cfg rayon_unstable for now)

@cuviper
Copy link
Member

cuviper commented Feb 24, 2023

That code was removed in #716.

@cuviper cuviper closed this as not planned Won't fix, can't repro, duplicate, stale Feb 24, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants