automata v0.1.0 Automata.Supervisor

On application start, this supervisor process starts the Automata.AutomataSupervisor and it's corresponding Server. It is started with strategy :one_for_one to ensure that each Automata.AutomataSupervisor is independently self-healing, thus providing fault tolerance.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for Supervisor.init/1.

Link to this section Functions

Link to this function

child_spec(init_arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

init(world_config)

Specs

init(any()) :: no_return()

Callback implementation for Supervisor.init/1.

Link to this function

start_link(world_config)