mirror of
https://github.com/rustfs/rustfs.git
synced 2026-08-07 22:03:14 +00:00
8d0ba1cd3c
docs: document deadlock detector mutex design rationale Add comment explaining why std::sync::Mutex is used instead of tokio::sync::Mutex in the deadlock detector. Refs #744 Co-authored-by: houseme <housemecn@gmail.com>