Module tokio_util::task

source ·
Available on crate feature rt only.
Expand description

Extra utilities for spawning tasks

Re-exports§

Modules§

Structs§

  • 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.
  • A cloneable handle to a local pool, used for spawning !Send tasks.