Expand description
This crate contains SyncTable and SyncPushVec which offers lock-free reads and uses quiescent state based reclamation for which an API is available in the collect module.
Re-exports§
pub use sync_push_vec::SyncPushVec;
pub use sync_table::SyncTable;
Modules§
- collect
- An API for quiescent state based reclamation.
- sync_
push_ vec - A contiguous push-only array type with lock-free reads.
- sync_
table - A hash table with lock-free reads.