Crate task_motel

source ·

Structs

  • StopListener should be incorporated into each user-defined task. It Derefs to a channel receiver which can be awaited. When resolved, the task should shut itself down.
  • Tracks tasks at the global conductor level, as well as each individual cell level.

Traits

  • An error that is thrown from within a managed task

Type Aliases