View Source Keebs.EventPoller (keebs v0.1.0)

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

register_listener(poller, listener)

View Source
@spec register_listener(pid(), pid()) :: :ok
Link to this function

start_link(pids, timeout \\ 0, opts \\ [])

View Source
@spec start_link([pid()], non_neg_integer(), GenServer.options()) ::
  GenServer.on_start()