You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I would accept a PR to add an optional feature to do this.
(parking_lot is very good, but note that it may fail to compile on some platforms. futures needs to work on such platforms. e.g., Amanieu/parking_lot#269)
I would love to see a parking_lot feature. I keep ending up taking code using parking_lot::Mutex and changing it to futures::lock::Mutex because it's being used in an async context, and this feels like a regression.
parking_lot
has a lot of advantages overstd::sync::Mutex
.Should we migrate to
parking_lot
for allfutures_util::lock
primitives?If we're open to this, I'd be happy to contribute the work for this.
The text was updated successfully, but these errors were encountered: