automata v0.1.0 Automaton.Types.BT.CompositeSupervisor

The CompositeServer is injected into the user-defined automaton and manages the lifecycle of their children (the execution nodes), ie. starting, stopping, and handling messages. All components are children of a composite.

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(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

Specs

init([]) :: no_return()

Callback implementation for DynamicSupervisor.init/1.

Link to this function

start_link(list)