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
22
33Utilities for [ RxJava 2.x] ( https://github.com/ReactiveX/RxJava ) .
44
@@ -22,8 +22,8 @@ Suspending extension functions and suspending iteration:
2222| [ ObservableSource.open] [ io.reactivex.ObservableSource.open ] | Subscribes to observable and returns [ ReceiveChannel]
2323| [ ObservableSource.iterator] [ io.reactivex.ObservableSource.iterator ] | Subscribes to observable and returns [ ChannelIterator]
2424
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
2727[ kotlinx-coroutines-reactive] ( ../kotlinx-coroutines-reactive ) module.
2828
2929Conversion functions:
You can’t perform that action at this time.
0 commit comments