File tree Expand file tree Collapse file tree 3 files changed +7
-7
lines changed
kotlinx-coroutines-reactive Expand file tree Collapse file tree 3 files changed +7
-7
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,7 @@ Coroutine builders:
66
77| ** Name** | ** Result** | ** Scope** | ** Description**
88| --------------- | ----------------------------- | ---------------- | ---------------
9- | [ publish] | [ Publisher] [ org.reactivestreams.Publisher ] | [ ProducerScope] | Cold reactive publisher that starts coroutine on subscribe
9+ | [ publish] | ` Publisher ` | [ ProducerScope] | Cold reactive publisher that starts coroutine on subscribe
1010
1111Suspending extension functions and suspending iteration:
1212
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ Coroutine builders:
66
77| ** Name** | ** Result** | ** Scope** | ** Description**
88| --------------- | ----------------------------- | ---------------- | ---------------
9- | [ rxCompletable] | [ Completable] [ rx.Completable ] | [ CoroutineScope] | Cold completable that starts coroutine on subscribe
10- | [ rxSingle] | [ Single] [ rx.Single ] | [ CoroutineScope] | Cold single that starts coroutine on subscribe
11- | [ rxObservable] | [ Observable] [ rx.Observable ] | [ ProducerScope] | Cold observable that starts coroutine on subscribe
9+ | [ rxCompletable] | ` Completable ` | [ CoroutineScope] | Cold completable that starts coroutine on subscribe
10+ | [ rxSingle] | ` Single ` | [ CoroutineScope] | Cold single that starts coroutine on subscribe
11+ | [ rxObservable] | ` Observable ` | [ ProducerScope] | Cold observable that starts coroutine on subscribe
1212
1313Suspending extension functions and suspending iteration:
1414
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ Coroutine builders:
66
77| ** Name** | ** Result** | ** Scope** | ** Description**
88| --------------- | --------------------------------------- | ---------------- | ---------------
9- | [ rxCompletable] | [ Completable] [ io.reactivex.Completable ] | [ CoroutineScope] | Cold completable that starts coroutine on subscribe
10- | [ rxSingle] | [ Single] [ io.reactivex.Single ] | [ CoroutineScope] | Cold single that starts coroutine on subscribe
11- | [ rxObservable] | [ Observable] [ io.reactivex.Observable ] | [ ProducerScope] | Cold observable that starts coroutine on subscribe
9+ | [ rxCompletable] | ` Completable ` | [ CoroutineScope] | Cold completable that starts coroutine on subscribe
10+ | [ rxSingle] | ` Single ` | [ CoroutineScope] | Cold single that starts coroutine on subscribe
11+ | [ rxObservable] | ` Observable ` | [ ProducerScope] | Cold observable that starts coroutine on subscribe
1212
1313Suspending extension functions and suspending iteration:
1414
You can’t perform that action at this time.
0 commit comments