dashmap
dashmap copied to clipboard
API with no locking behaviors when having the owner ship or mutable reference of `DashMap`
It's similar to Mutex::get_mut.
I think the advantages are
- Compiler could promise no dead-lock for these API
- No locking cost for some scenarios