https://github.com/vukanac/elixir-fsm-gearbox-example
https://github.com/vukanac/elixir-fsm-gearbox-example
Last synced: 2 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/vukanac/elixir-fsm-gearbox-example
- Owner: vukanac
- Created: 2021-02-08T23:08:39.000Z (over 4 years ago)
- Default Branch: master
- Last Pushed: 2021-02-08T23:35:21.000Z (over 4 years ago)
- Last Synced: 2025-02-10T15:17:43.229Z (4 months ago)
- Language: Elixir
- Size: 8.79 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
# FSM Gearbox Example
_An example of Gearbox FSM usage_
> Gearbox is a functional state machine with an easy-to-use API,
> inspired by both Fsm and Machinery* https://github.com/edisonywh/gearbox
Please, check tests for more details!
## Goal
The goal was to provide a fully working example based on docs and test from the
library.The implementation is just for demonstration purpose without intention to be
the only way of library usage.