View Source IO.ANSI.Table.SpecSup (IO ANSI Table v1.0.30)

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

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec init(term()) :: {:ok, {Supervisor.sup_flags(), [Supervisor.child_spec()]}}

Callback implementation for Supervisor.init/1.

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