View Source AntikytheraCore.GearManager (antikythera v0.5.1)

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

Summary

Functions

Returns a specification to start this module under a supervisor.

See Supervisor.

@spec gear_started(Antikythera.GearName.t()) :: :ok
@spec gear_stopped(Antikythera.GearName.t()) :: :ok
@spec running_gear_names() :: [Antikythera.GearName.t()]