Type Alias ScheduleSystem

Source
pub type ScheduleSystem = BoxedSystem<(), Result>;
Expand description

Type alias for a BoxedSystem that a Schedule can store.

Aliased Type§

struct ScheduleSystem(/* private fields */);

Trait Implementations§

Source§

impl Schedulable for ScheduleSystem

Source§

type Metadata = GraphInfo

Additional data used to configure independent scheduling. Stored in ScheduleConfig.
Source§

type GroupMetadata = Chain

Additional data used to configure a schedulable group. Stored in ScheduleConfigs.
Source§

fn into_config(self) -> ScheduleConfig<Self>

Initializes a configuration from this node.