Skip to main content

Module spawn_wait

Module spawn_wait 

Source
Expand description

Adaptive spawn-wait timing model for broker-managed backends.

This module deliberately does not touch process handles or sockets. It models the decision loop that a future wait_for_daemon_ready implementation will drive with real daemon-liveness and endpoint probes.

Structs§

SpawnWaitPolicy
Policy for deciding one step of the backend daemon ready wait.
SpawnWaitProbe
Observed state after one daemon-ready probe.

Enums§

SpawnWaitDecision
Decision returned by SpawnWaitPolicy for one wait-loop step.

Constants§

DEFAULT_SPAWN_WAIT_HARD_CEILING
Default hard ceiling for waiting until a spawned daemon endpoint is ready.
SPAWN_WAIT_BACKOFF_SEQUENCE
Adaptive wait sequence used between daemon-ready probes.