Type Definition interlock::hl::slice::SyncRbTreeVecIntervalRwLock[][src]

pub type SyncRbTreeVecIntervalRwLock<Element, Priority = ()> = SliceIntervalRwLock<Vec<Element>, Element, SyncRawRbTreeIntervalRwLock<usize, Priority>>;
This is supported on crate feature std only.
Expand description

A thread-safe, blocking readers-writer lock for borrowing subslices of Vec<Element>, implemented by a red-black tree.