Skip to main content

Module rcu_hash_map

Module rcu_hash_map 

Source

Structs§

OccupiedEntry
A view into an occupied entry in a RcuHashMap.
RcuHashMap
A concurrent hash map that uses RCU for read synchronization and a mutex for write synchronization.
RcuHashMapGuard
A guard that provides exclusive access to the RcuHashMap.
VacantEntry
A view into a vacant entry in a RcuHashMap.

Enums§

Entry
A view into a single entry in the map, which may either be vacant or occupied.