mirror of
https://git.proxmox.com/git/proxmox
synced 2025-06-14 17:14:12 +00:00
proxmox-async: move TokioWriterAdapter to blocking
Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
This commit is contained in:
parent
6c4982bd7c
commit
7b7247fa80
@ -4,5 +4,8 @@
|
|||||||
mod std_channel_stream;
|
mod std_channel_stream;
|
||||||
pub use std_channel_stream::StdChannelStream;
|
pub use std_channel_stream::StdChannelStream;
|
||||||
|
|
||||||
|
mod tokio_writer_adapter;
|
||||||
|
pub use tokio_writer_adapter::TokioWriterAdapter;
|
||||||
|
|
||||||
mod wrapped_reader_stream;
|
mod wrapped_reader_stream;
|
||||||
pub use wrapped_reader_stream::WrappedReaderStream;
|
pub use wrapped_reader_stream::WrappedReaderStream;
|
||||||
|
@ -3,5 +3,4 @@ pub mod broadcast_future;
|
|||||||
pub mod compression;
|
pub mod compression;
|
||||||
pub mod runtime;
|
pub mod runtime;
|
||||||
pub mod stream;
|
pub mod stream;
|
||||||
pub mod tokio_writer_adapter;
|
|
||||||
pub mod zip;
|
pub mod zip;
|
||||||
|
Loading…
Reference in New Issue
Block a user