Home
last modified time | relevance | path

Searched refs:RxCancellable (Results 1 – 6 of 6) sorted by relevance

/external/kotlinx.coroutines/reactive/kotlinx-coroutines-rx2/src/
DRxCancellable.kt10 internal class RxCancellable(private val job: Job) : Cancellable { class
DRxConvert.kt104 emitter.setCancellable(RxCancellable(job)) in asObservable()
DRxCompletable.kt55 subscriber.setCancellable(RxCancellable(coroutine)) in rxCompletable()
DRxSingle.kt55 subscriber.setCancellable(RxCancellable(coroutine)) in rxSingle()
DRxMaybe.kt56 subscriber.setCancellable(RxCancellable(coroutine)) in rxMaybe()
DRxObservable.kt65 …subscriber.setCancellable(RxCancellable(coroutine)) // do it first (before starting coroutine), to… in rxObservable()