Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxObservable.kt63 override fun invokeOnClose(handler: (Throwable?) -> Unit) = in close() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxObservable.kt63 override fun invokeOnClose(handler: (Throwable?) -> Unit) = in close() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DPublish.kt78 override fun invokeOnClose(handler: (Throwable?) -> Unit): Nothing = in close() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannel.kt312 public fun invokeOnClose(handler: (cause: Throwable?) -> Unit) in send() method
DBufferedChannel.kt1859 override fun invokeOnClose(handler: (cause: Throwable?) -> Unit) { in <lambda>() method in kotlinx.coroutines.channels.BufferedChannel