Tinder / StateMachine

A Kotlin and Swift DSL for finite state machine
Other
1.98k stars 128 forks source link

How do you save state? #34

Open okatopilskiiko opened 3 years ago

okatopilskiiko commented 3 years ago

I can't see any ways to store and restore states of state machine. Especially I'm interested in restoring state with specific side effects. How do you usually do it?