dashmap icon indicating copy to clipboard operation
dashmap copied to clipboard

API with no locking behaviors when having the owner ship or mutable reference of `DashMap`

Open hyf0 opened this issue 2 years ago • 0 comments

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

hyf0 avatar May 06 '23 03:05 hyf0