Module vec

Module vec 

Source

Re-exports§

pub use crate::guard_common::MutRefGuard;
pub use crate::guard_common::ReadGuard;
pub use crate::guard_common::RefGuard;
pub use crate::guard_common::WriteGuard;

Structs§

Iter
不锁值的迭代器,只锁Vec结构 Iterator that only locks Vec structure, not individual values
IterLock
IterMut
不锁值的可变迭代器,只锁Vec结构 Mutable iterator that only locks Vec structure, not individual values
IterRLock
SyncVec
Synchronous vector supporting fine-grained lock control 同步向量类型,支持细粒度锁控制,更安全地访问数据