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
!Send
future. - Spawns a non-static
Send
future, returning for non-static cases a!Send
task handle.