View Source Surrealix.HandlerTable (surrealix v0.1.2)

Wrapper around ETS to store callbacks for live queries. Modelled after :telemetry.

Summary

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

handlers_for_event(event)

View Source

Callback implementation for GenServer.init/1.

Link to this function

insert(id, events, fun, config)

View Source