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§
- Cadence
Tracker - Tracks turn counts and elapsed time against the configured cadences.
Enums§
- Scheduled
Work - Work the cadence says is due.