createSafeActionsActor

inline fun CoroutineScope.createSafeActionsActor(noinline onException: ExceptionHandler<Unit> = defaultSafelyExceptionHandler): Channel<suspend () -> Unit>(source)

Planned to use with doWithSuspending. Will execute incoming lambdas sequentially

See also