deadlock
Thread-safe slot map and slot min-heap with stable RAII handle. Values are stored by handle; dropping the handle removes the value. The map is sharded to reduce contention; the heap supports peek and stable references into elements.
Example
use ;
let map = new;
let id = map.insert;
assert_eq!;
let heap = new;
let = heap.insert;
let = heap.insert;
let = heap.insert;
assert_eq!;
assert_eq!;