Crate task_motel

Source

Structs§

StopBroadcaster
StopListener
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.
StopListenerFuse
TaskManager
Tracks tasks at the global conductor level, as well as each individual cell level.

Traits§

TaskError
An error that is thrown from within a managed task

Type Aliases§

GroupStop
Task
A JoinHandle returning the result of running the task
TaskStream
TmResult