proxmox/proxmox-async/src/blocking
Dominik Csapak 9471ba9969 proxmox-async: add SenderWriter helper
this wraps around a tokio Sender for Vec<u8>, but implements a blocking
write. We can use thas as an adapter for something that only takes a
writer, and can read from it asynchonously

Signed-off-by: Dominik Csapak <d.csapak@proxmox.com>
Signed-off-by: Wolfgang Bumiller <w.bumiller@proxmox.com>
2022-04-12 14:05:14 +02:00
..
mod.rs proxmox-async: add SenderWriter helper 2022-04-12 14:05:14 +02:00
sender_writer.rs proxmox-async: add SenderWriter helper 2022-04-12 14:05:14 +02:00
std_channel_stream.rs proxmox_async: rustfmt 2022-02-02 12:55:01 +01:00
tokio_writer_adapter.rs proxmox-async: improve dev docs 2021-11-20 17:07:52 +01:00
wrapped_reader_stream.rs proxmox-async: rustfmt (again) 2022-02-08 14:52:42 +01:00