Crate rust_lockless_slotmap

source

Structs§

  • LocklessSlotmap is a lockless implementation of a slotmap.
  • SlotmapEntry is a reference to an element stored in the slotmap.
  • Holds a ticket (think of it as a reference) to an element stored in the slotmap.

Constants§