We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent d449052 commit 3c8c51dCopy full SHA for 3c8c51d
kotlinx-coroutines-core/README.md
@@ -70,7 +70,11 @@ Synchronization primitives (mutex).
70
71
# Package kotlinx.coroutines.channels
72
73
-Channels -- non-blocking primitives for communicating a stream of elements between coroutines.
+Channels — non-blocking primitives for communicating a stream of elements between coroutines.
74
+
75
+# Package kotlinx.coroutines.flow
76
77
+Flow — asynchronous cold stream of elements.
78
79
# Package kotlinx.coroutines.selects
80
0 commit comments