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

Adding a scoped function #75

Open
dns2utf8 opened this issue Jul 16, 2017 · 1 comment
Open

Adding a scoped function #75

dns2utf8 opened this issue Jul 16, 2017 · 1 comment
Labels
2.0 Currently planed for 2.0
Projects

Comments

@dns2utf8
Copy link
Member

dns2utf8 commented Jul 16, 2017

I wonder if it would be useful to have a scoped function similar to the scoped_threadpool crate.

Advantages could come from the design. Like:

  • dedicate only a certain part of the pool to the scoped work
  • add the scoped jobs in random order but join the whole pool at the end of the scoped function
  • add the scoped jobs in random order but join only the scoped jobs

One could also state that the resources would be wasted since such a crate already exists.

@frewsxcv
Copy link
Collaborator

@dns2utf8 dns2utf8 added this to To do in 2.0 Dec 18, 2019
@dns2utf8 dns2utf8 added the 2.0 Currently planed for 2.0 label Dec 18, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
2.0 Currently planed for 2.0
Projects
2.0
  
To do
Development

No branches or pull requests

2 participants