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
TaskTracker
collection.
Structs§
- A wrapper around a
tokio::task::JoinHandle
, which aborts the task when it is dropped. - A cloneable handle to a local pool, used for spawning
!Send
tasks.