Skip to main content

Module children

Module children 

Source
Expand description

Dispatch-time snapshot building for child task states.

The re-exported types from actionqueue-executor-local are the canonical snapshot types; this module provides the builder that queries the projection to construct them.

Structs§

ChildState
Immutable snapshot of a single child task’s run states.
ChildrenSnapshot
Immutable point-in-time snapshot of all child tasks’ states.

Functions§

build_children_snapshot
Builds a ChildrenSnapshot by querying the projection for all tasks whose parent_task_id matches parent_id.