]> git.proxmox.com Git - proxmox-backup.git/commit
introduce new runtime tokio helpers
authorWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 20 Jan 2020 11:52:22 +0000 (12:52 +0100)
committerWolfgang Bumiller <w.bumiller@proxmox.com>
Mon, 20 Jan 2020 12:12:40 +0000 (13:12 +0100)
commitd973aa827cf6d9d286717eb310f827cb9cb6ff9f
tree71b195602f9c812ed43722c1d3609bf594c400d3
parentaac9dbf635c2749e0d0c30dfe03fdc3803e7da21
introduce new runtime tokio helpers

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
13 files changed:
src/backup/catalog.rs
src/bin/download-speed.rs
src/bin/h2client.rs
src/bin/h2s-client.rs
src/bin/h2s-server.rs
src/bin/h2server.rs
src/bin/proxmox-backup-api.rs
src/bin/proxmox-backup-proxy.rs
src/bin/test_chunk_speed2.rs
src/bin/upload-speed.rs
src/client/remote_chunk_reader.rs
src/tools/runtime.rs
src/tools/wrapped_reader_stream.rs