Replies: 1 comment 2 replies
-
Tokio doesn't provide a way to do that. |
Beta Was this translation helpful? Give feedback.
2 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Code:
No output after running.
I don't want to use
join!
myself, because I have some logic that will be executed by callingtokio::spawn()
directly.I think there should be a way to wait for all tasks to finish executing, but I didn't find in the documentation.
Beta Was this translation helpful? Give feedback.
All reactions