Skip to content

Basic Finite-state machine functionality

Pre-release
Pre-release
Compare
Choose a tag to compare
@zinovyev zinovyev released this 17 May 10:17
· 14 commits to master since this release

Finite-state machine allows you to create an object, containing different states and transitions between them,
that can change its behaviour according to the current state.