std::sync::Mutex
parking_lot::Mutex
languages/src/python.rs
This appears to be the only place `std::sync::Mutex` is used, Zed always prefers `parking_lot`. Release Notes: - N/A
zed