pub const FENCE: &str = "agdx.fence";Expand description
Header key: the strictly-monotonic per-task fence the producer held (u64).
A consumer rejects a log-resident effect whose fence is below the highest it
has accepted for the task, so a stale-holder replay cannot re-fire.