Module tokio_util::task
source · Available on crate feature
rt only.Expand description
Extra utilities for spawning tasks
Re-exports§
pub use task_tracker::TaskTracker;
Modules§
- Types related to the
TaskTrackercollection.
Structs§
- A wrapper around a
tokio::task::JoinHandle, which aborts the task when it is dropped. - JoinMap
tokio_unstableA collection of tasks spawned on a Tokio runtime, associated with hash map keys. - Join
MapKeys tokio_unstableAn iterator over the keys of aJoinMap. - A cloneable handle to a local pool, used for spawning
!Sendtasks.