src/tools/process_locker.rs: implement inter-process reader-writer locks

This commit is contained in:
Dietmar Maurer
2019-03-22 08:04:12 +01:00
parent eb90c9e372
commit a650f50301
3 changed files with 159 additions and 1 deletions

View File

@ -29,7 +29,7 @@ hyper-tls = "0.3"
lazy_static = "1.1"
regex = "1.0"
libc = "0.2"
nix = "0.12"
nix = "0.13"
shellwords = "1.0"
uuid = { version = "0.7", features = ["v4"] }
chrono = "0.4" # Date and time library for Rust