Rahix / shared-bus

Crate for sharing buses between multiple devices
Apache License 2.0
129 stars 34 forks source link

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

Open inodentry opened 4 years ago

inodentry commented 4 years ago

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.