Expand description
Possible tokio::task additions.
Structsยง
- Payload ๐
- Scoped
Join Handle - Handle to a task, which cancels on drop.
Functionsยง
- erased_
future ๐ โ - erased_
send_ ๐ โfn_ once - erased_
send_ ๐ โfuture - spawn_
blocking_ scoped - Runs the provided non-static closure on a thread where blocking is acceptable.
- spawn_
local_ scoped - Spawns a non-static
!Sendfuture. - spawn_
scoped - Spawns a non-static
Sendfuture, returning for non-static cases a!Sendtask handle.