Expand description

These reexports are required so that external crates can use the delegated_subsystem macro properly.

Structs

An asynchronous subsystem task..

Traits

A spawner
A trait that describes the Subsystems that can run on the Orchestra.
A context type that is given to the Subsystem upon spawning. It can be used by Subsystem to communicate with other Subsystems or spawn jobs.