antikythera v0.2.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

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()]