Module tokio_util::task
source · Available on crate feature
rt only.Expand description
Extra utilities for spawning tasks
Structs
- JoinMap
tokio_unstableA collection of tasks spawned on a Tokio runtime, associated with hash map keys. - A cloneable handle to a local pool, used for spawning
!Sendtasks.