Module rfw::ecs::schedule[][src]

Modules

Structs

Encapsulates an exclusive system and information on when it runs in a SystemStage.

Encapsulates a parallel system and information on when it runs in a SystemStage.

When this resource is present in the AppBuilder’s Resources, each SystemStage will log a report containing pairs of systems with ambiguous execution order.

Stack based state machine

A builder for describing several systems at the same time.

Stores and executes systems. Execution order is not defined unless explicitly specified; see SystemDescriptor documentation.

Enums

Encapsulates a system and information on when it run in a SystemStage.

Traits

Derive Macros