View Source ExPomodoro.Supervisor (ExPomodoro v0.1.1)

Main Supervisor module for the ExPomodoro child_spec.

Link to this section Summary

Functions

Returns a specification to start this module under a supervisor.

Starts a GenServer process linked to the current process.

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec start_link(keyword()) :: {:ok, pid()}

Starts a GenServer process linked to the current process.