Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxObservable.kt71 override fun invokeOnClose(handler: (Throwable?) -> Unit) = in close() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxObservable.kt85 override fun invokeOnClose(handler: (Throwable?) -> Unit) = in close() method
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DChannel.kt142 public fun invokeOnClose(handler: (cause: Throwable?) -> Unit) in send() method
DConflatedBroadcastChannel.kt186 override fun invokeOnClose(handler: Handler) { in <lambda>() method in kotlinx.coroutines.channels.ConflatedBroadcastChannel
DAbstractChannel.kt266 override fun invokeOnClose(handler: Handler) { in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DPublish.kt96 override fun invokeOnClose(handler: (Throwable?) -> Unit): Nothing = in close() method