View Source IO.ANSI.Table.DynSpecSup (IO ANSI Table v1.0.34)

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

Returns a specification to start this module under a supervisor.

See Supervisor.

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

Callback implementation for DynamicSupervisor.init/1.

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