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 dfa5406 commit ca131dbCopy full SHA for ca131db
lib/gen_stage/dispatchers/broadcast_dispatcher.ex
@@ -2,7 +2,7 @@ defmodule GenStage.BroadcastDispatcher do
2
@moduledoc """
3
A dispatcher that accumulates demand from all consumers
4
before broadcasting events to all of them.
5
-
+
6
This dispatcher guarantees that events are dispatched to all
7
consumers without exceeding the demand of any given consumer.
8
0 commit comments