View Source Pour.Sink (pour v0.1.0)

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

start(enumerables, opts)

View Source
@spec start(
  Enumerable.t(),
  keyword()
) :: GenServer.on_start()
Link to this function

start_link(enumerables, opts)

View Source
@spec start_link(
  Enumerable.t(),
  keyword()
) :: GenServer.on_start()
@spec stream(pid()) :: term()