launchSafelyWithoutExceptions

fun CoroutineScope.launchSafelyWithoutExceptions(context: CoroutineContext = EmptyCoroutineContext, start: CoroutineStart = CoroutineStart.DEFAULT, onException: ExceptionHandler<Unit?> = defaultSafelyWithoutExceptionHandlerWithNull, block: suspend CoroutineScope.() -> Unit): Job(source)