launchHandled

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

A launch Coroutine Builder that handles MimiCoreException

Since

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

Parameters

block

Suspend Function.