]> git.proxmox.com Git - proxmox-backup.git/commit
runtime: custom block_on implementation
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 21 Jan 2020 09:24:52 +0000 (10:24 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Tue, 21 Jan 2020 09:24:52 +0000 (10:24 +0100)
commit2d5156939628b315ae724efa65994ee4a7e33670
treec395c97320127544ae265db8f0e7011e9257aff5
parent650e05229908acb4e62608d2a150182a871579d5
runtime: custom block_on implementation

futures::executor::block_on does not allow nesting, but we
need that...

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
src/tools/runtime.rs