Module checkpoint

Module checkpoint 

Source
Expand description

Session cadence: when to micro-reconcile, when to checkpoint, when to seal.

A long conversation crossing several transport connections must not lose an hour of evidence to one unclean disconnect, and must not pay for a full reconciliation every time a WebSocket reconnects. Checkpointing bounds the recovery cost without ending the logical session.

Structs§

CadenceTracker
Tracks turn counts and elapsed time against the configured cadences.

Enums§

ScheduledWork
Work the cadence says is due.