We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 87d3055 commit d19ef82Copy full SHA for d19ef82
kotlinx-coroutines-core/common/src/flow/SharedFlow.kt
@@ -33,7 +33,7 @@ import kotlin.native.concurrent.*
33
*
34
* [SharedFlow] is useful for broadcasting events that happen inside an application to subscribers that can come and go.
35
* For example, the following class encapsulates an event bus that distributes events to all subscribers
36
- * in a _rendezvous_ manner, suspending until all subscribers process each event:
+ * in a _rendezvous_ manner, suspending until all subscribers receive emitted event:
37
38
* ```
39
* class EventBus {
0 commit comments