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:
6
6
7
7
| ** Name** | ** Result** | ** Scope** | ** Description**
8
8
| --------------- | ----------------------------- | ---------------- | ---------------
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
10
10
11
11
Suspending extension functions and suspending iteration:
12
12
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ Coroutine builders:
6
6
7
7
| ** Name** | ** Result** | ** Scope** | ** Description**
8
8
| --------------- | ----------------------------- | ---------------- | ---------------
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
12
12
13
13
Suspending extension functions and suspending iteration:
14
14
Original file line number Diff line number Diff line change @@ -6,9 +6,9 @@ Coroutine builders:
6
6
7
7
| ** Name** | ** Result** | ** Scope** | ** Description**
8
8
| --------------- | --------------------------------------- | ---------------- | ---------------
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
12
12
13
13
Suspending extension functions and suspending iteration:
14
14
You can’t perform that action at this time.
0 commit comments