deadlock 0.10.0

Thread-safe slot map and slot min-heap with stable RAII handle
Documentation
1
2
3
4
5
pub mod slotheap;
pub mod slotmap;

pub use slotheap::SlotHeap;
pub use slotmap::SlotMap;