Type Definition interlock::hl::slice::SyncRbTreeVecIntervalRwLock
source · pub type SyncRbTreeVecIntervalRwLock<Element, Priority = ()> = SliceIntervalRwLock<Vec<Element>, Element, SyncRawRbTreeIntervalRwLock<usize, Priority>>;Available 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.