KStateMachine / kstatemachine

KStateMachine is a Kotlin DSL library for creating state machines and statecharts.
https://kstatemachine.github.io/kstatemachine/
Boost Software License 1.0
339 stars 19 forks source link

Rework StateMachine starting process using Event #83

Closed nsk90 closed 5 months ago

nsk90 commented 5 months ago

This allows using dynamic calculation of target states in initialisation moment, like choiseState.

Compare states by === rather than ==

Issue https://github.com/nsk90/kstatemachine/issues/73

sonarcloud[bot] commented 5 months ago

Quality Gate Passed Quality Gate passed

The SonarCloud Quality Gate passed, but some issues were introduced.

3 New issues
0 Security Hotspots
No data about Coverage
0.0% Duplication on New Code

See analysis details on SonarCloud