Expand description
Typed FCALL wrappers for flow coordination functions (lua/flow.lua).
Structs§
- DepOp
Keys - Key context for child-local dependency operations on {p:N}.
- Flow
Struct OpKeys - Key context for flow-structural operations on {fp:N}.
- Resolve
Dependency Keys - Extended key context for
ff_resolve_dependency, which needs access to the upstream execution’s result key for server-sidedata_passing_refresolution (Batch C item 3). Separate fromDepOpKeysso the other dependency wrappers —ff_apply_dependency_to_child,ff_evaluate_flow_eligibility,ff_promote_blocked_to_eligible,ff_replay_execution— don’t have to carry an upstream context they never use.