qmuntal / stateless

Go library for creating finite state machines
https://wikipedia.org/wiki/Finite-state_machine
BSD 2-Clause "Simplified" License
975 stars 53 forks source link

Remove stateMutex for external storage #4

Closed qmuntal closed 5 years ago

qmuntal commented 5 years ago

Fixes #3

The stateMutex has been removed from StateMachine.State and StateMachine.setState. A stateMutex has been added to the built-in state repository instead.