Module manager
Expand description
Higher-level runtime lifecycle wrapper around RuntimeRunner.
GCRuntimeRunnerManager centralises all start/stop/restart logic so that
individual RuntimeRunner implementations stay thin and focused on the
OS-level operation (podman CLI, systemctl, …).
Structs§
- GCRuntime
Runner Manager - Wraps a
RuntimeRunnerwith higher-level lifecycle management:
Constants§
- START_
DEBOUNCE 🔒 - How long must pass after a start attempt before a new one is allowed (and re-stop triggered).