Module polkadot_node_subsystem_util::reexports[][src]

Expand description

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

Structs

An asynchronous subsystem task..

Traits

Something that can spawn tasks (blocking and non-blocking) with an assigned name and optional group.

A trait that describes the Subsystems that can run on the Overseer.

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.