antikythera v0.3.0 AntikytheraCore.GearManager View Source

A GenServer to keep track of names of currently running gears.

Link to this section Summary

Link to this section Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

Link to this function

gear_started(gear_name)

View Source
gear_started(Antikythera.GearName.t()) :: :ok
Link to this function

gear_stopped(gear_name)

View Source
gear_stopped(Antikythera.GearName.t()) :: :ok
Link to this function

running_gear_names()

View Source
running_gear_names() :: [Antikythera.GearName.t()]