Home
last modified time | relevance | path

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

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx3/src/
DRxConvert.kt30 public fun Job.asCompletable(context: CoroutineContext): Completable = rxCompletable(context) { in <lambda>() method
/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxConvert.kt30 public fun Job.asCompletable(context: CoroutineContext): Completable = rxCompletable(context) { in <lambda>() method