go-sm
FSM library
A Go library for generating and managing finite-state machines with persistent state history and callback functions.
A finite-state machine library for the Go programming language
14 stars
5 watching
0 forks
Language: Go
last commit: about 6 years ago
Linked from 1 awesome list
finite-state-machinegolanglibrarystate-machine
Related projects:
Repository | Description | Stars |
---|---|---|
d5/go-fsm | A Go library implementing an immutable state machine with conditional and action functions | 37 |
bykof/stateful | A library for creating and managing finite state machines in Go. | 209 |
gurpartap/statemachine-go | A library that provides a simple and feature-complete implementation of finite-state machines in Go | 100 |
theckman/go-fsm | A library providing a simple and safe finite state machine implementation in Go. | 17 |
ryanfaerman/fsm | A lightweight Go library for implementing finite state machines with parallel transition checks. | 159 |
qmuntal/stateless | A Go library for creating finite state machines directly in code | 981 |
igorrius/go-fsm | A Go package implementing a Finite State Machine with contextual state transitions and actions. | 9 |
cassiozen/state-machine | A JavaScript library for creating hierarchical finite state machines with conditional transitions and callbacks. | 159 |
dyrkin/fsm | An implementation of a Finite State Machine in Go. | 62 |
cocoonspace/fsm | A package that allows developers to add finite-state machines to their Go code | 66 |
fgmacedo/python-statemachine | A Python library for creating and managing finite state machines with support for synchronous and asynchronous programming, conditional transitions, and graphical representation. | 931 |
nickuraltsev/finity | A finite state machine library with event-based, time-based, and Promise-based triggers. | 131 |
steelbreeze/state | A library for building hierarchical finite state machines with support for multiple instances and event-based transitions | 185 |
matthewp/robot | A functional and immutable Finite State Machine library for managing application state in JavaScript applications. | 1,931 |
erikzenker/hsm | A C++ library that provides a simple and expressive way to model and manage finite state machines using Boost Hana meta programming. | 191 |