Package-level declarations

Types

Link copied to clipboard

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