Skip to main content

Module atomic

Module atomic 

Source
Expand description

Atomic write-before-complete protocol.

Enforces Invariant 2: “Step complete only after ContextStore write succeeds.” The AtomicWriter bridges the ContextStore with the Step handler (Sprint 4).

Structs§

AtomicWriter
Encapsulates the atomic write-before-complete discipline.