minato_app (minato v0.18.6)

View Source

The application. Starts the supervisor, which starts whatever pools the environment declares.

Summary

Functions

Start minato's supervision tree.

Nothing to undo: the supervisor closes the connections as it goes down.

Functions

start(Type, Args)

-spec start(application:start_type(), term()) -> {ok, pid()} | {error, term()}.

Start minato's supervision tree.

stop(State)

-spec stop(term()) -> ok.

Nothing to undo: the supervisor closes the connections as it goes down.