Skip to main content

Module record

Module record 

Source
Expand description

Persisted session-summary record + the lock-free candidate built under the session lock (#292).

Structsยง

SummaryCandidate
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).
SummaryRecord
A persisted, recallable session summary.