createActionsActor

fun CoroutineScope.createActionsActor(): Channel<suspend () -> Unit>(source)

Planned to use with doWithSuspending. Will execute incoming lambdas sequentially

See also