Expand description
Common types, traits and base functionality for the DEBRA reclamation scheme.
This crate forms the common basis for both the debra
and debra-simple
crates.
Re-exports§
Modules§
- bag
- Data structures for storing and reclaiming retired records.
- epoch
- Type-safe epoch counters for tracking operations of threads.
- thread
- Concurrently accessible state of threads participating in the reclamation.
Constants§
- EPOCH_
CACHE_ SIZE - The value of the configurable per-thread size for individual bags storing cached retired records.
Traits§
- Local
Access - A trait for abstracting over different ways for accessing thread local state.