create Safe Actions Actor
inline fun CoroutineScope.createSafeActionsActor(noinline onException: ExceptionHandler<Unit> = defaultSafelyExceptionHandler): Channel<suspend () -> Unit>
Planned to use with doWithSuspending. Will execute incoming lambdas sequentially