File tree Expand file tree Collapse file tree 3 files changed +3
-1
lines changed
kotlinx-coroutines-reactor Expand file tree Collapse file tree 3 files changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -5,5 +5,6 @@ This directory contains modules with utilities for various reactive stream libra
5
5
## Modules
6
6
7
7
* [ kotlinx-coroutines-reactive] ( kotlinx-coroutines-reactive ) -- utilities for [ Reactive Streams] ( http://www.reactive-streams.org )
8
+ * [ kotlinx-coroutines-reactor] ( kotlinx-coroutines-reactor ) -- utilities for [ Reactor] ( https://projectreactor.io )
8
9
* [ kotlinx-coroutines-rx1] ( kotlinx-coroutines-rx1 ) -- utilities for [ RxJava 1.x] ( https://github.com/ReactiveX/RxJava/tree/1.x )
9
10
* [ kotlinx-coroutines-rx2] ( kotlinx-coroutines-rx2 ) -- utilities for [ RxJava 2.x] ( https://github.com/ReactiveX/RxJava )
Original file line number Diff line number Diff line change @@ -40,6 +40,7 @@ a better introduction into the world of coroutines.
40
40
There are several modules in ` kotlinx.coroutines ` project that are related to reactive streams:
41
41
42
42
* [ kotlinx-coroutines-reactive] ( kotlinx-coroutines-reactive ) -- utilities for [ Reactive Streams] ( http://www.reactive-streams.org )
43
+ * [ kotlinx-coroutines-reactor] ( kotlinx-coroutines-reactor ) -- utilities for [ Reactor] ( https://projectreactor.io )
43
44
* [ kotlinx-coroutines-rx1] ( kotlinx-coroutines-rx1 ) -- utilities for [ RxJava 1.x] ( https://github.com/ReactiveX/RxJava/tree/1.x )
44
45
* [ kotlinx-coroutines-rx2] ( kotlinx-coroutines-rx2 ) -- utilities for [ RxJava 2.x] ( https://github.com/ReactiveX/RxJava )
45
46
Original file line number Diff line number Diff line change 23
23
<parent >
24
24
<groupId >org.jetbrains.kotlinx</groupId >
25
25
<artifactId >kotlinx-coroutines</artifactId >
26
- <version >0.14 </version >
26
+ <version >0.15-SNAPSHOT </version >
27
27
<relativePath >../../pom.xml</relativePath >
28
28
</parent >
29
29
You can’t perform that action at this time.
0 commit comments