Twittex v0.2.3 Twittex.Client.Stream

Twitter streaming GenStage with back-pressure cababilities.

See Twittex.Client.Base.stage/6 and Twittex.Client.stream/2 for more details.

Summary

Functions

Starts the stage as part of a supervision tree

Stops the stage with the given reason

Functions

start_link(options \\ [])
start_link(Keyword.t) :: GenServer.on_start

Starts the stage as part of a supervision tree.

stop(stage)

Stops the stage with the given reason.

See GenStage.stop/3 for more information.

stop(stage, reason)

See Experimental.GenStage.stop/2.

stop(stage, reason, timeout)

See Experimental.GenStage.stop/3.