Type Definition pagecache::Guard

source ·
pub type Guard = Guard;
Expand description

A guard used with epoch-based reclamation (EBR) to track threads accessing shared lock-free data structures, and safely drop data after any thread may have accessed it.