launchSafely

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