machine

fun <S : Any, E : Any> machine(actionsContext: CoroutineContext? = null, init: MachineDsl<S, E>.() -> Unit): Machine<S, E>