Module pal_async::task

source ·
Expand description

Task spawning support.

Structs§

Enums§

Traits§

  • Trait for scheduling a task on an executor.
  • Trait for spawning a task on an executor.
  • Trait for spawning a non-Send task on an executor.

Functions§

Type Aliases§

  • A handle to a task that’s ready to run.
  • A handle to a task.