File tree Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Expand file tree Collapse file tree 1 file changed +2
-6
lines changed Original file line number Diff line number Diff line change @@ -19,7 +19,7 @@ class ChannelsGuideTest {
19
19
20
20
<!-- - TOC -->
21
21
22
- * [ Channels (experimental) ] ( #channels-experimental )
22
+ * [ Channels] ( #channels )
23
23
* [ Channel basics] ( #channel-basics )
24
24
* [ Closing and iteration over channels] ( #closing-and-iteration-over-channels )
25
25
* [ Building channel producers] ( #building-channel-producers )
@@ -33,15 +33,11 @@ class ChannelsGuideTest {
33
33
34
34
<!-- - END_TOC -->
35
35
36
- ## Channels (experimental)
36
+ ## Channels
37
37
38
38
Deferred values provide a convenient way to transfer a single value between coroutines.
39
39
Channels provide a way to transfer a stream of values.
40
40
41
- > Channels are an experimental feature of ` kotlinx.coroutines ` . Their API is expected to
42
- evolve in the upcoming updates of the ` kotlinx.coroutines ` library with potentially
43
- breaking changes.
44
-
45
41
### Channel basics
46
42
47
43
A [ Channel] is conceptually very similar to ` BlockingQueue ` . One key difference is that
You can’t perform that action at this time.
0 commit comments