Module task

Source
Available on crate feature rt only.
Expand description

Extra utilities for spawning tasks

Re-exports§

pub use task_tracker::TaskTracker;

Modules§

task_tracker
Types related to the TaskTracker collection.

Structs§

AbortOnDropHandle
A wrapper around a tokio::task::JoinHandle, which aborts the task when it is dropped.
JoinMaptokio_unstable
A collection of tasks spawned on a Tokio runtime, associated with hash map keys.
JoinMapKeystokio_unstable
An iterator over the keys of a JoinMap.
LocalPoolHandle
A cloneable handle to a local pool, used for spawning !Send tasks.