launchHandled

fun CoroutineScope.launchHandled(block: suspend CoroutineScope.() -> Unit): Job

A launch Coroutine Builder that handles MimiCoreException

Part of libcore due to dependency on MimiCoreException.

Since

10.0.0 launchHandled's block has a CoroutineScope as a receiver.

Parameters

block

Suspend Function.