xenevtchn: implement async processing model

This commit is contained in:
Alex Zenla
2024-02-14 20:50:11 +00:00
parent 822b2e0227
commit 4955ed3a1c
4 changed files with 132 additions and 23 deletions

View File

@ -6,6 +6,7 @@ resolver = "2"
[dependencies]
thiserror = { workspace = true }
tokio = { workspace = true }
log = { workspace = true }
[dependencies.nix]