View Source amoc_sup (amoc v3.0.0-rc2)

Summary

Functions

-spec init(term()) ->
        {ok,
         {SupFlags ::
              {RestartStrategy :: supervisor:strategy(),
               MaxR :: non_neg_integer(),
               MaxT :: pos_integer()},
          [ChildSpec :: supervisor:child_spec()]}}.
-spec start_link() -> {ok, Pid :: pid()}.