Module batch_system::fsm[][src]

Structs

FsmState

Enums

Priority

Constants

NOTIFYSTATE_DROP
NOTIFYSTATE_IDLE
NOTIFYSTATE_NOTIFIED

Traits

Fsm

A Fsm is a finite state machine. It should be able to be notified for updating internal state according to incoming messages.

FsmScheduler

FsmScheduler schedules Fsm for later handles.