State Machines in Go
Jump to navigation
Jump to search
Internal
TODO
- Implement your own? Why not use the existing packages? What are the advantages of the packages over your own.
- https://medium.com/@johnsiilver/go-state-machine-patterns-3b667f345b5e
- https://www.youtube.com/watch?v=HxaD_trXwRE
- https://github.com/looplab/fsm (Used by YuniKorn)