KStateMachine / kstatemachine

KStateMachine is a powerful Kotlin Multiplatform library with clean DSL syntax for creating complex state machines and statecharts driven by Kotlin Coroutines.
https://kstatemachine.github.io/kstatemachine/
Boost Software License 1.0
358 stars 21 forks source link

Add API to support user defined state classes #2

Closed nsk90 closed 3 years ago

nsk90 commented 3 years ago

User can define State sub-classes which may hold some useful data in them.