Skip to main content

Module daemon

Module daemon 

Source
Expand description

Daemon supervisor for component lifecycle management.

Structs§

ComponentHandle
DaemonSupervisor

Enums§

ComponentStatus

Functions§

read_pid_file
Read the PID from a PID file.
remove_pid_file
Remove the PID file.
write_pid_file
Write a PID file atomically using O_CREAT | O_EXCL to prevent TOCTOU races.