2
0
mirror of https://github.com/lightninglabs/loop synced 2024-11-04 06:00:21 +00:00
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.
2023-09-07 17:41:15 +02:00
..
stateparser fsm: add fsm module 2023-09-07 17:41:15 +02:00
example_fsm_test.go fsm: add fsm module 2023-09-07 17:41:15 +02:00
example_fsm.go fsm: add fsm module 2023-09-07 17:41:15 +02:00
example_fsm.md fsm: add fsm module 2023-09-07 17:41:15 +02:00
fsm_test.go fsm: add fsm module 2023-09-07 17:41:15 +02:00
fsm.go fsm: add fsm module 2023-09-07 17:41:15 +02:00
fsm.md fsm: add fsm module 2023-09-07 17:41:15 +02:00
log.go fsm: add fsm module 2023-09-07 17:41:15 +02:00
observer.go fsm: add fsm module 2023-09-07 17:41:15 +02:00