proxmox-rrd: implement non blocking journal

Do not block while applying the journal.
This commit is contained in:
Dietmar Maurer
2021-10-15 12:26:33 +02:00
parent a291ab59ba
commit 0ca41155b2
2 changed files with 320 additions and 115 deletions

View File

@ -11,6 +11,7 @@ proxmox-router = "1.1"
[dependencies]
anyhow = "1.0"
bitflags = "1.2.1"
crossbeam-channel = "0.5"
log = "0.4"
nix = "0.19.1"
serde = { version = "1.0", features = ["derive"] }