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 8770ee7 commit 974b82dCopy full SHA for 974b82d
lib/gen_stage.ex
@@ -173,7 +173,7 @@ defmodule GenStage do
173
specifies the minimum threshold to trigger for more demand. For
174
example, if `:max_demand` is 1000 and `:min_demand` is 750,
175
the consumer will ask for 1000 events initially and ask for more
176
- only after it receives at least 250.
+ only after it processes at least 250.
177
178
In the example above, B is a `:producer_consumer` and therefore
179
acts as a buffer. Getting the proper demand values in B is
0 commit comments