Crate horde[][src]

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.