Skip to main content

Module manager

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§

GCRuntimeRunnerManager
Wraps a RuntimeRunner with 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).