Type Definition pflock::PFLock

source ·
pub type PFLock<T> = RwLock<RawPFLock, T>;
Expand description

A phase-fair reader-writer lock.