Package-level declarations
Functions
Link copied to clipboard
fun CoroutineScope.launchCatching(catch: (Throwable) -> Unit? = null, block: suspend CoroutineScope.() -> Unit): Job
Extension function for CoroutineScope that launches a coroutine with error handling. This function provides a convenient way to launch coroutines with custom error handling logic.