Twittex v0.2.0 Twittex.Client.Stream
Twitter streaming endpoint.
It implements a GenStage
source providing low latency access to Twitter’s
global stream of Tweet data.
See Twittex.Client.Base.stage/6
for more information.
Summary
Functions
Starts the process linked to the current state
Stops the stage with the given reason
See Experimental.GenStage.stop/2
See Experimental.GenStage.stop/3
Functions
Specs
start_link(Keyword.t) :: GenServer.on_start
Starts the process linked to the current state.