pub type SharedMemory = Arc<RwLock<Memory>>;Expand description
Shared handle to the standalone memory store. Used by compaction to write Archive entries and by session resume to pull their content back as the replayed prefix.
Aliased Type§
pub struct SharedMemory { /* private fields */ }