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

Implement thread::scope #153

Open
anacrolix opened this issue Jul 18, 2024 · 2 comments
Open

Implement thread::scope #153

anacrolix opened this issue Jul 18, 2024 · 2 comments

Comments

@anacrolix
Copy link

Is there an equivalent to std::thread::scope? I see that Loom also doesn't implement this.

@sarsko
Copy link
Contributor

sarsko commented Jul 18, 2024

Hi, no, std::thread::Scope and std::thread::scope does not exist. It shouldn't be all that difficult to implement, we just haven't had a need for scoped threads. Of course, contributions towards this would be more than welcome :).

@anacrolix
Copy link
Author

Thanks!

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

2 participants