mirror of
https://github.com/scottlamb/moonfire-nvr.git
synced 2024-12-26 15:15:56 -05:00
ae502200c0
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. |
||
---|---|---|
.. | ||
Cargo.toml | ||
clock.rs | ||
error.rs | ||
lib.rs | ||
shutdown.rs | ||
strutil.rs | ||
time.rs |