antikythera v0.4.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
.
Specs
gear_started(Antikythera.GearName.t()) :: :ok
Specs
gear_stopped(Antikythera.GearName.t()) :: :ok
Specs
running_gear_names() :: [Antikythera.GearName.t()]