antikythera v0.3.0 AntikytheraCore.GearManager View Source
A GenServer to keep track of names of currently running gears.
Link to this section Summary
Functions
Returns a specification to start this module under a supervisor.
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 Sourcegear_started(Antikythera.GearName.t()) :: :ok
Link to this function
gear_stopped(gear_name)
View Sourcegear_stopped(Antikythera.GearName.t()) :: :ok
Link to this function
running_gear_names()
View Sourcerunning_gear_names() :: [Antikythera.GearName.t()]