Seven.ProcessStarter (Seven Otters v0.8.0) View Source

Booting the application, Seven.ProcessStarter starts all not concluded processes.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Callback implementation for GenServer.init/1.

Specs

start_link(any()) :: :ignore | {:error, any()} | {:ok, pid()}