Porterage v0.1.0 Porterage.Deliverer.Send View Source

Deliverer based on usage of Kernel.send/2 calls.

Configuration

{
  deliverer: Porterage.Deliverer.Send,
  deliverer_opts: %{dest: _}
}

See options/0 for a specification of available options.

Link to this section Summary

Link to this section Types

Link to this type

options()

View Source
options() :: %{dest: Process.dest()}