]> git.proxmox.com Git - proxmox-backup.git/commit
tokio: adapt to 1.0 process:Child changes
authorFabian Grünbichler <f.gruenbichler@proxmox.com>
Fri, 4 Dec 2020 08:49:44 +0000 (09:49 +0100)
committerFabian Grünbichler <f.gruenbichler@proxmox.com>
Thu, 14 Jan 2021 15:01:33 +0000 (16:01 +0100)
commit585e90c0decab4a803b6f8edabfd888aa52c23b1
treebce634c1a1cc3c360026953dde6c74ee4bbbf4f6
parent5c852d5b829c571157f262c2c64b6ea907b75f8e
tokio: adapt to 1.0 process:Child changes

Child itself is no longer a Future, but it has a new wait() async fn
that does the same thing

Signed-off-by: Fabian Grünbichler <f.gruenbichler@proxmox.com>
src/api2/node.rs