-
Notifications
You must be signed in to change notification settings - Fork 29
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
Create pool based schedulers: IO and Computation #301
Comments
+1, right now I have to write something cumbersome like:
PS: |
@RobinQu , added local-based thread_pool + global computational scheduler. Is it what you've exptected? |
I think it's a yes. Thanks for you quick response. it's good enough for common IO-bound tasks. |
You are welcome. BTW: I've seen your another point in email notification: to have some specific background thread to schedule background job you can use thread_pool(1) as global/static variable and schedule all necessary things to it :) |
Yes indeed. |
No description provided.
The text was updated successfully, but these errors were encountered: