Dominik Csapak
|
f386f512d0
|
add AsyncReaderStream
and replace AsyncIndexReader's stream implementation with that
Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
|
2020-06-23 06:33:31 +02:00 |
Wolfgang Bumiller
|
f7d4e4b506
|
switch from failure to anyhow
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2020-04-17 18:43:30 +02:00 |
Dietmar Maurer
|
f1d99e3f6a
|
src/bin/proxmox-backup-client.rs: use a std channel to write the catalog
|
2020-01-22 12:49:08 +01:00 |
Wolfgang Bumiller
|
d973aa827c
|
introduce new runtime tokio helpers
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2020-01-20 13:12:40 +01:00 |
Wolfgang Bumiller
|
db0cb9ce0b
|
update a chunk of stuff to the hyper release
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-12-13 11:24:41 +01:00 |
Wolfgang Bumiller
|
c77563146b
|
comment fixup
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-09-03 11:17:33 +02:00 |
Wolfgang Bumiller
|
daef93f481
|
tools: add tokio::main() replacement
to deal with block_on() not allowing blocking()
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-09-03 11:16:30 +02:00 |
Wolfgang Bumiller
|
66fbf5bad0
|
add WrappedReaderStream test
Mostly to just document the rt.block_on() issue with
blocking().
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-09-03 10:05:45 +02:00 |
Wolfgang Bumiller
|
0cdb8d9c5b
|
src/tools/wrapped_reader_stream.rs: switch to async
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
|
2019-09-02 15:21:26 +02:00 |
Dietmar Maurer
|
9f49fe1d5d
|
avoid compiler warnings
|
2019-01-30 18:25:37 +01:00 |
Dietmar Maurer
|
8eeef8492a
|
tools/wrapped_reader_stream.rs: allocate Vec<u8> for buffer
|
2019-01-20 11:01:18 +01:00 |
Dietmar Maurer
|
ff8bdf3b64
|
tools/wrapped_reader_stream.rs: only implement Stream (without AsyncRead)
Looks more efficent ...
|
2019-01-20 10:41:21 +01:00 |
Dietmar Maurer
|
8e89d9cafe
|
tools/wrapped_reader_stream.rs: use tokio_threadpool::blocking
|
2019-01-20 10:28:51 +01:00 |
Dietmar Maurer
|
7f0d67cf79
|
tools/wrapped_reader_stream.rs: new helper class
Will use that to download catar files.
|
2019-01-20 09:38:28 +01:00 |