mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2025-02-07 03:38:09 -05:00
This stops using parking_lot entirely. Since Rust 1.62, the std implementations on Linux are direct futexes, not the boxed pthread mutexes they used to be. No real reason to use parking_lot anymore, so shed this dependency.