utilize async processing for console and child exit events

This commit is contained in:
Alex Zenla
2024-02-23 03:25:06 +00:00
parent c582f15c54
commit 3af9ffec34
16 changed files with 364 additions and 167 deletions

View File

@ -26,6 +26,7 @@ fn main() -> Result<()> {
vifs: vec![],
filesystems: vec![],
extra_keys: vec![],
event_channels: vec![],
};
let domid = client.create(&config)?;
println!("created domain {}", domid);