Home
last modified time | relevance | path

Searched refs:onAwait (Results 1 – 12 of 12) sorted by relevance

/external/kotlinx.coroutines/kotlinx-coroutines-core/common/test/selects/
DSelectDeferredTest.kt22 d1.onAwait { v -> in <lambda>()
47 d1.onAwait { v -> in <lambda>()
69 d1.onAwait { v -> in <lambda>()
104 d1.onAwait { in <lambda>()
108 d2.onAwait { v2 -> in <lambda>()
132 d.onAwait { in <lambda>()
145 deferred.onAwait { in <lambda>()
159 deferred.onAwait { in <lambda>()
DSelectBiasTest.kt20 d0.onAwait { 0 } in <lambda>()
21 d1.onAwait { 1 } in <lambda>()
36 d0.onAwait { 0 } in <lambda>()
37 d1.onAwait { 1 } in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/src/
DDeferred.kt59 public val onAwait: SelectClause1<T> constant
DCompletableDeferred.kt87 override val onAwait: SelectClause1<T> get() = this constant
DBuilders.common.kt102 override val onAwait: SelectClause1<T> get() = this in getCompleted() constant
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/guide/
Dexample-select-04.kt26 deferred.onAwait { answer -> in <lambda>()
Dexample-select-05.kt19 current.onAwait { value -> in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/exceptions/
DStackTraceRecoverySelectTest.kt47 deferred.onAwait { in doSelectAwait()
/external/kotlinx.coroutines/kotlinx-coroutines-core/jvm/test/
DAtomicCancellationTest.kt105 deferred.onAwait { expectUnreached() } in <lambda>()
/external/kotlinx.coroutines/kotlinx-coroutines-core/
DREADME.md56 | [Deferred] | [await][Deferred.await] | [onAwait][Deferred.onAwait] …
116 [Deferred.onAwait]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.cor…
/external/kotlinx.coroutines/kotlinx-coroutines-core/common/
DREADME.md59 | [Deferred] | [await][Deferred.await] | [onAwait][Deferred.onAwait] …
125 [Deferred.onAwait]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-coroutines-core/kotlinx.cor…
/external/kotlinx.coroutines/
DCHANGES.md896 …* `Job.onJoin`, `Deferred.onAwait`, `Mutex.onLock`, `SendChannel.onSend`, `ReceiveChannel.onReceiv…
1083 * `select` expression with onJoin/onAwait/onSend/onReceive clauses.