referrerpolicy=no-referrer-when-downgrade

Module reexports

Source
Expand description

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

Structs§

SpawnedSubsystem
An asynchronous subsystem task..

Traits§

Spawner
A spawner
Subsystem
A trait that describes the Subsystems that can run on the Orchestra.
SubsystemContext
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.