Coroutine Abstraction
interface CoroutineAbstraction
Starts coroutines in blocking and nonblocking way. Mostly for internal use, there should be no reason to use it directly in client code.
Functions
Link copied to clipboard
suspend fun CoroutineAbstraction.createStateMachine(name: String?, childMode: ChildMode, start: Boolean, creationArguments: CreationArguments = buildCreationArguments {}, init: suspend BuildingStateMachine.() -> Unit): StateMachine
Link copied to clipboard
Link copied to clipboard