Skip to main content

Module children

Module children 

Source
Expand description

The runtime’s flat child tree (RFC 0026 §2, D3): every turn worker and subagent is a direct child of the supervisor, spawned through the 1.x machinery (supervisor::spawn + the reaper + PDEATHSIG + process groups), tracked here with its purpose, liveness and cancellation, and torn down by the kill ladder on drain.

Structs§

Child
One live child.
Children
The children registry.

Enums§

ChildKind
Why a child exists.

Functions§

kind_label