Singyeong.Producer (singyeong v0.4.14) View Source

Link to this section Summary

Functions

Callback implementation for GenStage.handle_cast/2.

Callback implementation for GenStage.init/1.

Sends an event and returns immediately.

Sends an event and returns only after the event is dispatched.

Link to this section Functions

Link to this function

handle_call(arg1, from, arg2)

View Source

Callback implementation for GenStage.handle_call/3.

Callback implementation for GenStage.handle_cast/2.

Link to this function

handle_demand(incoming_demand, arg)

View Source

Callback implementation for GenStage.handle_demand/2.

Callback implementation for GenStage.init/1.

Sends an event and returns immediately.

Link to this function

sync_notify(event, timeout \\ 5000)

View Source

Sends an event and returns only after the event is dispatched.