herd v0.3.0 Herd.Supervisor View Source

Creates a Supervisor for the herd’s internal registry, it’s pool of pools, and the cluster. Use with:

defmodule MyHerdSupervisor do
  use Herd.Supervisor, otp_app: :my_app, herd: :my_herd
end