proxmox-backup/src/client
Wolfgang Bumiller dc08934563 drop Cancellable future in favor of abortable
futures-0.3 has a futures::future::abortable() function
which does the exact same, returns an Abortable future with
an AbortHandle providing an abort() method.

Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2019-12-17 10:52:07 +01:00
..
backup_reader.rs drop Cancellable future in favor of abortable 2019-12-17 10:52:07 +01:00
backup_repo.rs api/compat: remove remaining api_schema references 2019-11-21 14:53:15 +01:00
backup_writer.rs drop Cancellable future in favor of abortable 2019-12-17 10:52:07 +01:00
http_client.rs drop Cancellable future in favor of abortable 2019-12-17 10:52:07 +01:00
merge_known_chunks.rs src/client/merge_known_chunks.rs: switch to async 2019-09-02 15:21:26 +02:00
pipe_to_stream.rs avoid some clippy warnings 2019-10-26 11:42:05 +02:00
pxar_backup_stream.rs change catalog format, use dynamic index to store catalog. 2019-11-08 10:35:48 +01:00
pxar_decode_writer.rs src/pxar/sequential_decoder.rs: remove callback from new() 2019-11-26 09:56:48 +01:00
remote_chunk_reader.rs src/backup/data_blob.rs: avoid Arc<CryptConfig> 2019-10-07 11:41:35 +02:00
task_log.rs src/client/task_log.rs: move display_task_log into extra file 2019-12-08 11:27:15 +01:00