Home
last modified time | relevance | path

Searched defs:CoroutineExceptionHandler (Results 1 – 1 of 1) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DCoroutineExceptionHandler.kt46 public inline fun CoroutineExceptionHandler(crossinline handler: (CoroutineContext, Throwable) -> U… in CoroutineExceptionHandler() method
97 public interface CoroutineExceptionHandler : CoroutineContext.Element { interface