Searched defs:CoroutineExceptionHandler (Results 1 – 1 of 1) sorted by relevance
46 public inline fun CoroutineExceptionHandler(crossinline handler: (CoroutineContext, Throwable) -> U… in CoroutineExceptionHandler() method97 public interface CoroutineExceptionHandler : CoroutineContext.Element { interface