OPQ.Feeder (OPQ: One Pooled Queue v3.3.0)
A GenStage producer that feeds items in a buffered queue to the consumers.
Link to this section Summary
Functions
Callback implementation for GenStage.handle_call/3
.
Callback implementation for GenStage.handle_cast/2
.
Callback implementation for GenStage.handle_demand/2
.
Callback implementation for GenStage.init/1
.
Link to this section Functions
Link to this function
handle_call(atom, from, state)
Callback implementation for GenStage.handle_call/3
.
Link to this function
handle_cast(arg1, state)
Callback implementation for GenStage.handle_cast/2
.
Link to this function
handle_demand(demand, arg)
Callback implementation for GenStage.handle_demand/2
.
Link to this function
init(atom)
Callback implementation for GenStage.init/1
.
Link to this function