Lux.Signal.Router.Local (Lux v0.3.0)

View Source

Local implementation of the Router behaviour using GenServer.

This router handles signal delivery between agents running in the same BEAM VM. It supports simple pub/sub for signal delivery events.

Summary

Functions

Returns a specification to start this module under a supervisor.

Functions

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.