Home
last modified time | relevance | path

Searched defs:awaitOne (Results 1 – 2 of 2) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxAwait.kt240 private suspend fun <T> ObservableSource<T>.awaitOne( in toString() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-reactive/src/
DAwait.kt183 private suspend fun <T> Publisher<T>.awaitOne( in awaitOne() method