We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There seems to be no way to wait on running tasks or abort them. Could spawn_local return a JoinHandle, like tokio::spawn?
spawn_local
JoinHandle
tokio::spawn
Activity