Skip to content

Latest commit

 

History

History
44 lines (27 loc) · 664 Bytes

README.md

File metadata and controls

44 lines (27 loc) · 664 Bytes

seedsm

CircleCI

About

Seedsm(Simple and Easy Event Driven State Machine) is a C++ header only state machine library based on libev.

Requirements

Usage

TODO

see example

Test

Requirements

Run

$ cd test
$ mkdir build && cd build
$ cmake ..
$ make
$ ./unit_test

License

MIT

TODO

  • parallel state
  • high priority event
  • history