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§
- Abort
OnDrop Handle - A wrapper around a
tokio::task::JoinHandle
, which aborts the task when it is dropped. - JoinMap
tokio_unstable
- A collection of tasks spawned on a Tokio runtime, associated with hash map keys.
- Join
MapBuilder tokio_unstable
andtracing
- A variant of
task::Builder
that spawns tasks on aJoinMap
rather than on the current default runtime. - Join
MapKeys tokio_unstable
- An iterator over the keys of a
JoinMap
. - Local
Pool Handle - A cloneable handle to a local pool, used for spawning
!Send
tasks.