https://github.com/erikhuizinga/fsm-kt
Finite State Machine in Kotlin
https://github.com/erikhuizinga/fsm-kt
coroutines finite-state-machine kotlin kotlin-coroutines state-machine
Last synced: 3 months ago
JSON representation
Finite State Machine in Kotlin
- Host: GitHub
- URL: https://github.com/erikhuizinga/fsm-kt
- Owner: erikhuizinga
- License: apache-2.0
- Created: 2020-03-27T13:06:55.000Z (over 5 years ago)
- Default Branch: master
- Last Pushed: 2020-03-31T08:49:28.000Z (about 5 years ago)
- Last Synced: 2025-04-10T06:05:26.894Z (3 months ago)
- Topics: coroutines, finite-state-machine, kotlin, kotlin-coroutines, state-machine
- Language: Kotlin
- Size: 35.2 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# fsm-kt
Finite State Machine in Kotlin.
This repo implements the default FSM visualised at https://xstate.js.org/viz/.