-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Add spawn blocking methods to joinmap #5797
Conversation
Thanks for the PR. You will need to bump the dependency on Tokio. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
looks good to me overall! one minor docs nit
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
i expanded the docs a little, let me know what you think?
So is this fine to merge? |
Motivation
In the 1.28 release
spawn_blocking
andspawn_blocking_on
were added toJoinSet
. This MR adds both function to the tokio utilJoinMap