mirror of
https://github.com/qdrant/qdrant.git
synced 2026-08-05 17:40:55 -05:00
* introduce IsAliveLock * add tests * rename to mark_dead * update gridstore comment * Update some comments * Add must_use attribute to lock_if_alive * Rename mark_dead to blocking_mark_dead * make the handle take a `Weak` reference * make dropping explicit * use `Mutex::lock_arc` instead * less nesting * clippy --------- Co-authored-by: timvisee <tim@visee.me>