File tree Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Expand file tree Collapse file tree 1 file changed +3
-3
lines changed Original file line number Diff line number Diff line change 1
- # Module kotlinx-coroutines-rx1
1
+ # Module kotlinx-coroutines-rx2
2
2
3
3
Utilities for [ RxJava 2.x] ( https://github.com/ReactiveX/RxJava ) .
4
4
@@ -22,8 +22,8 @@ Suspending extension functions and suspending iteration:
22
22
| [ ObservableSource.open] [ io.reactivex.ObservableSource.open ] | Subscribes to observable and returns [ ReceiveChannel]
23
23
| [ ObservableSource.iterator] [ io.reactivex.ObservableSource.iterator ] | Subscribes to observable and returns [ ChannelIterator]
24
24
25
- Note, that [ Flowable] [ io.reactivex.Flowable ] is a subclass of [ Reactive Streams] ( http://www.reactive-streams.org )
26
- [ Publisher] [ org.reactivestreams.Publisher ] and extensions for it are covered by
25
+ Note, that ` Flowable ` is a subclass of [ Reactive Streams] ( http://www.reactive-streams.org )
26
+ ` Publisher ` and extensions for it are covered by
27
27
[ kotlinx-coroutines-reactive] ( ../kotlinx-coroutines-reactive ) module.
28
28
29
29
Conversion functions:
You can’t perform that action at this time.
0 commit comments