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§
- Child
State - Immutable snapshot of a single child task’s run states.
- Children
Snapshot - Immutable point-in-time snapshot of all child tasks’ states.
Functions§
- build_
children_ snapshot - Builds a
ChildrenSnapshotby querying the projection for all tasks whoseparent_task_idmatchesparent_id.