pub fn create_consolidated_read_branch() -> Result<ReadBranchGuard>Expand description
Creates a temporary read branch that consolidates all pending writes. The returned guard must be kept alive for as long as the reference is needed. The temporary reference is automatically cleaned up when the guard is dropped.