Searched refs:exceptionOnCancelHandler (Results 1 – 1 of 1) sorted by relevance
62 exceptionOnCancelHandler: (Throwable, CoroutineContext) -> Unit, in publish()68 val coroutine = PublisherCoroutine(newContext, subscriber, exceptionOnCancelHandler) in publish()82 private val exceptionOnCancelHandler: (Throwable, CoroutineContext) -> Unit constant200 if (cause != null && !handled) exceptionOnCancelHandler(cause, context) in doLockedSignalCompleted()219 exceptionOnCancelHandler(cause, context) in doLockedSignalCompleted()