Module leak_playground_tokio::task
source ยท Expand description
Possible tokio::task additions.
Structsยง
- Payload ๐
- Handle to a task, which cancels on drop.
Functionsยง
- erased_future ๐ โ
- erased_send_fn_once ๐ โ
- erased_send_future ๐ โ
- Runs the provided non-static closure on a thread where blocking is acceptable.
- Spawns a non-static
!Sendfuture. - Spawns a non-static
Sendfuture, returning for non-static cases a!Sendtask handle.