Elixir.XGPS v0.4.0 XGPS.Broadcaster

Heavily inspired (almost a copy) from the GenEvent-replacement example from GenStage-repo at: https://github.com/elixir-lang/gen_stage

Summary

Functions

Sends an event async

Callback implementation for Experimental.GenStage.init/1

Starts the broadcaster

Functions

async_notify(event)

Sends an event async.

handle_demand(incoming_demand, arg)

Callback implementation for Experimental.GenStage.handle_demand/2.

init(atom)

Callback implementation for Experimental.GenStage.init/1.

start_link()

Starts the broadcaster.