Skip to content

Release 1.0.0

Compare
Choose a tag to compare
@abdes abdes released this 18 Feb 17:16
· 348 commits to master since this release

Features

  • initial version (0b89372)

    The fsm module provides a template-based framework for implementing
    finite state machines in C++. States, their transitions and event
    handlers are statically typed for maximum compile-time enforcement
    of the valid transitions.