We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Motivation: As in PR com-lihaoyi/cask@17dbf69 I found it's possible to run the virtual thread on another thread pool instead of the default scheduler.
I think that maybe a little lightweight in some cases if the task never forks. what do you think, I would like to contribute this if you like.
The text was updated successfully, but these errors were encountered:
Yes, I think this is definitely useful! Perhaps custom thread pools can be implemented as an instance of Scheduler
Scheduler
Sorry, something went wrong.
Great, that's the whole point, I will prepare it after work today:)
No branches or pull requests
Motivation:
As in PR com-lihaoyi/cask@17dbf69 I found it's possible to run the virtual thread on another thread pool instead of the default scheduler.
I think that maybe a little lightweight in some cases if the task never forks.
what do you think, I would like to contribute this if you like.
The text was updated successfully, but these errors were encountered: