Home
last modified time | relevance | path

Searched refs:asSingle (Results 1 – 8 of 8) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/test/
DConvertTest.kt96 val single1 = d.asSingle(Dispatchers.Unconfined) in <lambda>()
100 val single2 = d.asSingle(Dispatchers.Unconfined) in <lambda>()
112 val single1 = d.asSingle(Dispatchers.Unconfined) in <lambda>()
116 val single2 = d.asSingle(Dispatchers.Unconfined) in <lambda>()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/test/
DConvertTest.kt96 val single1 = d.asSingle(Dispatchers.Unconfined) in <lambda>()
100 val single2 = d.asSingle(Dispatchers.Unconfined) in <lambda>()
112 val single1 = d.asSingle(Dispatchers.Unconfined) in <lambda>()
116 val single2 = d.asSingle(Dispatchers.Unconfined) in <lambda>()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxConvert.kt64 public fun <T : Any> Deferred<T>.asSingle(context: CoroutineContext): Single<T> = rxSingle(context)… in <lambda>() method
65 this@asSingle.await() in <lambda>()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxConvert.kt64 public fun <T : Any> Deferred<T>.asSingle(context: CoroutineContext): Single<T> = rxSingle(context)… in <lambda>() method
65 this@asSingle.await() in <lambda>()
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/
DREADME.md47 | [Deferred.asSingle][kotlinx.coroutines.Deferred.asSingle] | Converts deferred value to hot single
78 [kotlinx.coroutines.Deferred.asSingle]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-corouti…
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/
DREADME.md49 | [Deferred.asSingle][kotlinx.coroutines.Deferred.asSingle] | Converts deferred value to hot single
84 [kotlinx.coroutines.Deferred.asSingle]: https://kotlin.github.io/kotlinx.coroutines/kotlinx-corouti…
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/api/
Dkotlinx-coroutines-rx3.api34 …public static final fun asSingle (Lkotlinx/coroutines/Deferred;Lkotlin/coroutines/CoroutineContext…
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/api/
Dkotlinx-coroutines-rx2.api39 …public static final fun asSingle (Lkotlinx/coroutines/Deferred;Lkotlin/coroutines/CoroutineContext…