You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
loop/fsm
sputn1ck 20db07dccf
fsm: add fsm module
This commit adds a module for a finite state machine. The goal of the
module is to provide a simple, easy to use, and easy to understand
finite state machine. The module is designed to be used in future
loop subsystems. Additionally a state visualizer is provided to
help with understanding the state machine.
8 months ago
..
stateparser fsm: add fsm module 8 months ago
example_fsm.go fsm: add fsm module 8 months ago
example_fsm.md fsm: add fsm module 8 months ago
example_fsm_test.go fsm: add fsm module 8 months ago
fsm.go fsm: add fsm module 8 months ago
fsm.md fsm: add fsm module 8 months ago
fsm_test.go fsm: add fsm module 8 months ago
log.go fsm: add fsm module 8 months ago
observer.go fsm: add fsm module 8 months ago