Parrhesia.Fanout.Dispatcher
(parrhesia v0.14.0)
Copy Markdown
Asynchronous local fanout dispatcher.
Summary
Functions
Returns a specification to start this module under a supervisor.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
@spec dispatch(map()) :: :ok
@spec dispatch(GenServer.server(), map()) :: :ok
@spec dispatch_many([map()]) :: :ok
@spec dispatch_many(GenServer.server(), [map()]) :: :ok
@spec start_link(keyword()) :: GenServer.on_start()