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 355e9d6 commit 09bd916Copy full SHA for 09bd916
lib/consumer_supervisor.ex
@@ -7,7 +7,7 @@ defmodule ConsumerSupervisor do
7
to the arguments in the child specification.
8
9
A `ConsumerSupervisor` can be attached to a producer by returning
10
- `:subscribe_to` from `init/1` or explicitly with `GenStage.sync_subscribe/3`
+ `:subscribe_to` from `c:init/1` or explicitly with `GenStage.sync_subscribe/3`
11
and `GenStage.async_subscribe/2`.
12
13
Once subscribed, the supervisor will ask the producer for `:max_demand` events
0 commit comments