]> git.proxmox.com Git - proxmox-backup.git/commit
implement AsyncReadChunk for LocalChunkReader
authorDominik Csapak <d.csapak@proxmox.com>
Thu, 18 Jun 2020 11:55:26 +0000 (13:55 +0200)
committerDietmar Maurer <dietmar@proxmox.com>
Fri, 19 Jun 2020 05:54:23 +0000 (07:54 +0200)
commit3b62116ce655fbda4c7ccb32a48189015d2fa7f2
treec006b9896fc17182a6e6a637e70d41e1f8df32e5
parente005f953d93cb4a0301d9558ac1f7ee9440094bf
implement AsyncReadChunk for LocalChunkReader

same as the sync ReadChunk but uses tokio::fs::read instead
of file_get_contents

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
src/backup/read_chunk.rs