tools: add AsyncChannelWriter
similar to StdChannelWriter, but implements AsyncWrite and sends to a tokio::sync::mpsc::Sender Signed-off-by: Dominik Csapak <d.csapak@proxmox.com> Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
This commit is contained in:
committed by
Wolfgang Bumiller
parent
fdce52aa99
commit
943479f5f6
@ -44,6 +44,10 @@ pub use parallel_handler::*;
|
||||
mod wrapped_reader_stream;
|
||||
pub use wrapped_reader_stream::*;
|
||||
|
||||
mod async_channel_writer;
|
||||
pub use async_channel_writer::*;
|
||||
|
||||
|
||||
mod std_channel_writer;
|
||||
pub use std_channel_writer::*;
|
||||
|
||||
|
Reference in New Issue
Block a user