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 {
1919
2020<!-- - TOC -->
2121
22- * [ Channels (experimental) ] ( #channels-experimental )
22+ * [ Channels] ( #channels )
2323 * [ Channel basics] ( #channel-basics )
2424 * [ Closing and iteration over channels] ( #closing-and-iteration-over-channels )
2525 * [ Building channel producers] ( #building-channel-producers )
@@ -33,15 +33,11 @@ class ChannelsGuideTest {
3333
3434<!-- - END_TOC -->
3535
36- ## Channels (experimental)
36+ ## Channels
3737
3838Deferred values provide a convenient way to transfer a single value between coroutines.
3939Channels provide a way to transfer a stream of values.
4040
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-
4541### Channel basics
4642
4743A [ Channel] is conceptually very similar to ` BlockingQueue ` . One key difference is that
You can’t perform that action at this time.
0 commit comments