View Source ExOwm.Supervisor (ExOwm v1.3.1)

Standard Supervisor implementation. This supervisor oversees various Coordinator GenServers used for handling concurrent OpenWeatherMap API calls.

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for Supervisor.init/1.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec init(any()) :: {:ok, tuple()}

Callback implementation for Supervisor.init/1.

Link to this function

start_link(options \\ [])

View Source
@spec start_link(keyword()) :: Supervisor.on_start()