package
Version:
v1.12.2
Opens a new window with list of versions in this module.
Published: Jan 29, 2026
License: GPL-3.0
Opens a new window with license information.
Imports: 2
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Gate serializes operational actions like reload, restart, and shutdown.
It is intentionally small: the goal is to make it easy to reason about
mutual exclusion across managers.
NewGate constructs a new Gate.
WithLock executes fn while holding the gate lock.
It is used to ensure that operational actions like reload/restart do not overlap.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.