Home
last modified time | relevance | path

Searched defs:onAwait (Results 1 – 3 of 3) sorted by relevance

/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