We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7c6c72f commit 5f9e52cCopy full SHA for 5f9e52c
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