View Source ExOwm.CurrentWeather.Coordinator (ExOwm v1.3.1)

This module is a GenServer implementation created for handling concurrent worker task coordination.

Summary

Functions

Returns a specification to start this module under a supervisor.

Callback implementation for GenServer.init/1.

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

get_weather(locations, opts)

View Source

Callback implementation for GenServer.init/1.

Link to this function

start_link(options \\ [])

View Source