File tree Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Expand file tree Collapse file tree 2 files changed +5
-3
lines changed Original file line number Diff line number Diff line change 1
- # kotlinx.coroutines [ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlin-eap-1.1 /kotlinx.coroutines/images/download.svg ) ] ( https://bintray.com/kotlin/kotlin-eap-1.1 /kotlinx.coroutines/_latestVersion )
1
+ # kotlinx.coroutines [ ![ Download] ( https://api.bintray.com/packages/kotlin/kotlinx /kotlinx.coroutines/images/download.svg ) ] ( https://bintray.com/kotlin/kotlinx /kotlinx.coroutines/_latestVersion )
2
2
3
3
Library support for Kotlin coroutines. This is a companion version for Kotlin 1.1 release.
4
4
@@ -35,7 +35,9 @@ Modules that provide coroutine dispatchers for various single-threaded UI librar
35
35
36
36
> Note that these libraries are experimental and are subject to change.
37
37
38
- The libraries are available via [ JCenter] ( https://bintray.com/bintray/jcenter ) .
38
+ The libraries are published to [ kotlinx] ( https://bintray.com/kotlin/kotlinx/kotlinx.coroutines ) bintray repository
39
+ and also linked to [ JCenter] ( https://bintray.com/bintray/jcenter?filterByPkgName=kotlinx.coroutines ) .
40
+
39
41
These libraries require kotlin compiler version ` 1.1.x ` and
40
42
require kotlin runtime of the same version as a dependency.
41
43
Original file line number Diff line number Diff line change @@ -201,7 +201,7 @@ Begin
201
201
<!-- - TEST -->
202
202
203
203
This example highlights the key difference between a reactive stream and a channel. A reactive stream is a higher-order
204
- functional concept. While the channel _ is_ a stream of elements, the reactive stream defines a receipe on how the stream of
204
+ functional concept. While the channel _ is_ a stream of elements, the reactive stream defines a recipe on how the stream of
205
205
elements is produced. It becomes the actual stream of elements on _ subscription_ . Each subscriber may receive the same or
206
206
a different stream of elements, depending on how the corresponding implementation of ` Publisher ` works.
207
207
You can’t perform that action at this time.
0 commit comments