View Source OPQ.Feeder (OPQ: One Pooled Queue v4.0.4)

A GenStage producer that feeds items in a buffered queue to the consumers.

Summary

Functions

Link to this function

handle_call(atom, from, state)

View Source

Callback implementation for GenStage.handle_call/3.

Link to this function

handle_cast(arg1, state)

View Source

Callback implementation for GenStage.handle_cast/2.

Link to this function

handle_demand(demand, arg)

View Source

Callback implementation for GenStage.handle_demand/2.

Callback implementation for GenStage.init/1.