IO.ANSI.Table.DynSpecSup (IO ANSI Table v1.0.40)

View Source

A supervisor that starts table spec server processes dynamically.

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for DynamicSupervisor.init/1.

Functions

child_spec(arg)

Returns a specification to start this module under a supervisor.

See Supervisor.

init(arg)

@spec init(term()) :: {:ok, DynamicSupervisor.sup_flags()} | :ignore

Callback implementation for DynamicSupervisor.init/1.

start_link(arg)

@spec start_link(term()) :: Supervisor.on_start()