xacrimon / dashmap

Blazing fast concurrent HashMap for Rust.
MIT License
3.09k stars 151 forks source link

when already got a ref if remove that key, lock that thread for ever !!! #225

Closed Rustixir closed 2 years ago

Rustixir commented 2 years ago

when concurrent access to a Key/Value by ( Get ) method, if after that GET operation, occure remove operation for that key,

after removed if use that ref that Thread/Task lock for ever !!

Why ??

Rustixir commented 2 years ago

bug issue