Searched refs:invokeOnClose (Results 1 – 14 of 14) sorted by relevance
46 channel.invokeOnClose { in <lambda>()64 channel.invokeOnClose { expect(2) } in <lambda>()65 assertFailsWith<IllegalStateException> { channel.invokeOnClose { expect(3) } } in <lambda>()73 channel.invokeOnClose { expect(3) } in <lambda>()75 assertFailsWith<IllegalStateException> { channel.invokeOnClose { expect(4) } } in <lambda>()
52 channel.invokeOnClose { counter.incrementAndGet() } in runStressTest()57 channel.invokeOnClose { counter.incrementAndGet() } in runStressTest()
53 invokeOnClose { in cont()
142 public fun invokeOnClose(handler: (cause: Throwable?) -> Unit) in send() method
186 override fun invokeOnClose(handler: Handler) { in <lambda>() method in kotlinx.coroutines.channels.ConflatedBroadcastChannel
266 override fun invokeOnClose(handler: Handler) { in <lambda>() method
109 (second as SendChannel<*>).invokeOnClose { in zipImpl()
57 public fun invokeOnClose (Lkotlin/jvm/functions/Function1;)Ljava/lang/Void;58 public synthetic fun invokeOnClose (Lkotlin/jvm/functions/Function1;)V
47 invokeOnClose { in <lambda>()
71 override fun invokeOnClose(handler: (Throwable?) -> Unit) = in close() method
85 override fun invokeOnClose(handler: (Throwable?) -> Unit) = in close() method
96 override fun invokeOnClose(handler: (Throwable?) -> Unit): Nothing = in close() method
766 public fun invokeOnClose (Lkotlin/jvm/functions/Function1;)V812 public abstract fun invokeOnClose (Lkotlin/jvm/functions/Function1;)V
614 * Introduced `SendChannel.invokeOnClose` (see #341).