Manifold. Sender
(manifold v1.7.0)
Copy Markdown
Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for GenServer.init/1.
Functions
Returns a specification to start this module under a supervisor.
See Supervisor.
Callback implementation for GenServer.init/1.
@spec send( sender :: GenServer.server(), partitioner :: GenServer.server(), pids :: [pid()], message :: term(), pack_mode :: Manifold.pack_mode() ) :: :ok
@spec start_link(:ok, Keyword.t()) :: GenServer.on_start()