shared-bus icon indicating copy to clipboard operation
shared-bus copied to clipboard

Feature to support Mutex from `parking_lot` as an alternative to `std`

Open inodentry opened this issue 4 years ago • 0 comments

Many people (including myself) prefer the mutex implementations from the popular parking_lot library, due to their different performance and design characteristics.

It would be nice if this crate could support that.

inodentry avatar Jun 08 '20 09:06 inodentry