Module rotor_tools::uniform [] [src]

Uniform state machine abstraction

By "uniform" we mean a state machine which does the same action on any event handler. I.e. it can check some global state on every wakeup, timeout, or other event and react the same way.

Structs

Uniform

Traits

Action