automata v0.1.0 Automata.AutomataSupervisor
The Automata.Server
starts the individual Automata.AutomatonSupervisor
's
under this Supervisor, which handles their lifecycle management.
The :one_for_one restart strategy causes each Automata.AutomatonSupervisor
to have their lifecycles individally managed (by the Automata.Server
) in a
decentralized way with no central point of failure.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
Callback implementation for DynamicSupervisor.init/1
.
Link to this section Functions
Link to this function
child_spec()
Link to this function
child_spec(arg)
Returns a specification to start this module under a supervisor.
See Supervisor
.
Link to this function
init(_)
Callback implementation for DynamicSupervisor.init/1
.
Link to this function