IO.ANSI.Table.SpecServer (IO ANSI Table v1.0.8) View Source

A server process that holds a table spec struct as its state.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Spawns a new table spec server process to be registered via a spec name.

Allows to register or look up a table spec server process via a spec name.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Specs

Callback implementation for GenServer.init/1.

Specs

Spawns a new table spec server process to be registered via a spec name.

Specs

via(String.t()) :: {:via, Registry, tuple()}

Allows to register or look up a table spec server process via a spec name.