Supervision strategy declared at the network level.
Summary
Functions
Cast a supervision strategy string to its atom form. Returns {:ok, atom}
or :error for an unknown value.
Types
@type strategy() :: :one_for_one | :one_for_all | :rest_for_one
@type t() :: %Bloccs.Manifest.Supervision{ max_restarts: non_neg_integer(), max_seconds: pos_integer(), strategy: strategy() }