ask/3 | |
cancel/2 | |
dispatch/3 | |
info/2 | |
init/1 | A dispatcher that accumulates demand from all consumers before broadcasting events to all of them. |
subscribe/3 |
ask(Counter, X2, X3) -> any()
cancel(X1, X2) -> any()
dispatch(Events, Length, X3) -> any()
info(Msg, State) -> any()
init(Opts) -> any()
A dispatcher that accumulates demand from all consumers before broadcasting events to all of them.
This dispatcher guarantees that events are dispatched to all consumers without exceeding the demand of any given consumer.subscribe(Opts, X2, X3) -> any()
Generated by EDoc