We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5f8035c commit 8627cc3Copy full SHA for 8627cc3
kotlinx-coroutines-core/common/src/flow/Flow.kt
@@ -95,7 +95,7 @@ import kotlin.coroutines.*
95
* ```
96
*
97
* From the implementation point of view, it means that all flow implementations should
98
- * only emit from the same coroutine.
+ * only emit from the same coroutine context.
99
* This constraint is efficiently enforced by the default [flow] builder.
100
* The [flow] builder should be used if the flow implementation does not start any coroutines.
101
* Its implementation prevents most of the development mistakes:
0 commit comments