Home
last modified time | relevance | path

Searched refs:awaitClose (Results 1 – 13 of 13) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/channels/
DProduceTest.kt103 awaitClose { expect(4) } in <lambda>()
123 awaitClose { expect(4) } in <lambda>()
136 awaitClose { expect(4) } in <lambda>()
148 assertFailsWith<IllegalStateException> { (channel as ProducerScope<*>).awaitClose() } in <lambda>()
154 awaitClose { expectUnreached() } in <lambda>()
/external/kotlinx.coroutines/ui/kotlinx-coroutines-javafx/src/
DJavaFxConvert.kt10 import kotlinx.coroutines.channels.awaitClose in <lambda>()
38 awaitClose { in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/flow/
DCallbackFlowTest.kt44 awaitClose { in <lambda>()
88 awaitClose { in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/flow/channels/
DFlowCallbackTest.kt51 awaitClose() in <lambda>()
DChannelFlowTest.kt191 awaitClose() in <lambda>()
/external/nanohttpd/websocket/src/test/java/fi/iki/elonen/samples/echo/
DEchoWebSocketsTest.java79 socket.awaitClose(5, TimeUnit.SECONDS); in testWebsocketClient()
DSimpleEchoSocket.java65 public boolean awaitClose(int duration, TimeUnit unit) throws InterruptedException { in awaitClose() method in SimpleEchoSocket
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/channels/
DProduce.kt49 public suspend fun ProducerScope<*>.awaitClose(block: () -> Unit = {}) { in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxConvert.kt95 awaitClose { disposableRef.getAndSet(Disposable.disposed())?.dispose() } in <lambda>()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxConvert.kt95 awaitClose { disposableRef.getAndSet(Disposables.disposed())?.dispose() } in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/flow/
DBuilders.kt216 awaitClose() in flowViaChannel()
/external/kotlinx.coroutines/kotlinx-coroutines-core/api/
Dkotlinx-coroutines-core.api775 …public static final fun awaitClose (Lkotlinx/coroutines/channels/ProducerScope;Lkotlin/jvm/functio…
776 …public static synthetic fun awaitClose$default (Lkotlinx/coroutines/channels/ProducerScope;Lkotlin…
/external/kotlinx.coroutines/
DCHANGES.md140 * Detect missing `awaitClose` calls in `callbackFlow` to make it less error-prone when used with ca…