Module commit

Module commit 

Source
Expand description

Committing resolved mutations to canonical memory.

One transaction per session. A contradiction resolution writes both the new active record and the retired one; committing only half would leave the corpus asserting two incompatible facts, so the unit of commit is the whole reconciliation, not the individual record.

Structs§

MemoryCommitter
Turns proposals into durable memory.
ReconciliationReport
What one reconciliation did.

Functions§

commit_promotions
Apply a promotion sweep’s outcomes to the repository.