Crate concurrent_map
source ·Structs
Error type for the
ConcurrentMap::cas operation.A lock-free B+ tree.
An iterator over a
ConcurrentMap.Traits
This trait should be implemented for anything you wish to use
as a key in the
ConcurrentMap.