src/client/pxar_backup_stream.rs: fix docu

This commit is contained in:
Dietmar Maurer 2019-05-20 17:29:00 +02:00
parent 82ab72304e
commit 97f03eff13
1 changed files with 0 additions and 2 deletions

View File

@ -19,8 +19,6 @@ use crate::tools::wrapped_reader_stream::WrappedReaderStream;
/// The hyper client needs an async Stream for file upload, so we
/// spawn an extra thread to encode the .pxar data and pipe it to the
/// consumer.
///
/// Note: The currect implementation is not fully ansync and can block.
pub struct PxarBackupStream {
stream: Option<WrappedReaderStream<std::fs::File>>,
child: Option<thread::JoinHandle<()>>,