handledLaunch

fun ERROR CLASS: Symbol not found for CoroutineScope.handledLaunch(context: ERROR CLASS: Symbol not found for CoroutineContext = EmptyCoroutineContext, start: ERROR CLASS: Symbol not found for CoroutineStart = CoroutineStart.DEFAULT, block: suspend ERROR CLASS: Symbol not found for CoroutineScope.() -> Unit): ERROR CLASS: Symbol not found for Job(source)

Launches a new coroutine with a central CoroutineExceptionHandler that reports errors to Exceptions.

Return

The launched Job.

Parameters

context

Additional to CoroutineExceptionHandler context.

start

Coroutine start option.

block

The coroutine code block.