Manifold.Sender (manifold v1.6.0)

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Link to this section Functions

Link to this function

child_spec(init_arg)

@spec child_spec(Keyword.t()) :: tuple()

Returns a specification to start this module under a supervisor.

See Supervisor.

Callback implementation for GenServer.init/1.

Link to this function

send(sender, partitioner, pids, message, pack_mode)

@spec send(
  sender :: GenServer.server(),
  partitioner :: GenServer.server(),
  pids :: [pid()],
  message :: term(),
  pack_mode :: Manifold.pack_mode()
) :: :ok
Link to this function

start_link(atom, opts \\ [])

@spec start_link(:ok, Keyword.t()) :: GenServer.on_start()