Module cond_system

Source
Expand description

Extend IntoSystem for conditional execution

Traits§

IntoCondSystem
Extend IntoSystem to allow for some conditional execution. Probably only appropriate for one-shot systems. Prefer run_if() when directly adding to the scheduler.

Type Aliases§

CondSystem
A one-shot conditional system comprised of consequent SystemA and conditional SystemB.
SilentCondSystem
A one-shot conditional system comprised of consequent SystemA and conditional SystemB with no output.