Skip to main content

Crate optative_process_pool

Crate optative_process_pool 

Source

Structs§

ProcessIdentity
Stable identity for a process: uniquely identifies which process to manage. Used as the key in Lifecycle so that OptativeSet can track processes by identity.
ProcessPool
ProcessSource
ProcessState
StreamItem

Enums§

SpawnError
Error type for process spawning failures.
StreamKind

Constants§

SHUTDOWN_GRACE_PERIOD
How long Lifecycle::exit waits for SIGTERM before escalating to SIGKILL.