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 ability to pass transition arguments #6

Closed nsk90 closed 3 years ago

nsk90 commented 3 years ago

Transition argument might be set in transition listener to pass it into target state with transition. Update README.