Expand description
Persisted session-summary record + the lock-free candidate built under the session lock (#292).
Structsยง
- Summary
Candidate - An owned snapshot built while holding the session lock, then persisted off the hot path. Keeps the lock hold minimal (no disk I/O under the lock).
- Summary
Record - A persisted, recallable session summary.