kfsm icon indicating copy to clipboard operation
kfsm copied to clipboard

Finite State Machine in Kotlin

Results 10 kfsm issues
Sort by recently updated
recently updated
newest added

The coroutine scope will be provided when creating the AsyncTimer.

Provide a Key wrapper so that sealed classes and object can be keys in the state definition map.

I would like to use this library in common code, from what I saw in `build.gradle`, pretty much all platforms are supported. Would it be possible to introduce mavenPublication for...

The push operations will provide for a Lamba to obtain the relevant context. An example is the Packet Reader the collects a byte array for the data and the checksum....

An invariant Is an expression that should be true across all states. The implementation should evaluate the invariant before and after transitions.

Any intention to support `wasmJs` target?