xacrimon / dashmap

Blazing fast concurrent HashMap for Rust.
MIT License
2.84k stars 140 forks source link

Allow map_in_place to be called when the callee is already panicking. #300

Closed dtzxporter closed 2 weeks ago

dtzxporter commented 2 months ago
dtzxporter commented 2 months ago

CI issue is unrelated to PR

dtzxporter commented 1 month ago

@xacrimon Gentle bump on this, it's a pretty harmless change that makes the api usable in Drop(s) where the callee has panicked!

xacrimon commented 2 weeks ago

@dtzxporter Apologies for the delay. Thanks for this! Will put out a new version this week.