]> git.proxmox.com Git - proxmox.git/commit
proxmox-async: move AsyncChannelWriter to src/io
authorDietmar Maurer <dietmar@proxmox.com>
Sat, 20 Nov 2021 15:41:53 +0000 (16:41 +0100)
committerDietmar Maurer <dietmar@proxmox.com>
Sat, 20 Nov 2021 16:07:52 +0000 (17:07 +0100)
commit5bd54b4d9b1cfdde0ee9af292ca965441ec87c6b
tree95d0a8ec7fbcf431bc700b35994883dcb820a47a
parent7b7247fa803ba4170c864391300a68d3947b9a0c
proxmox-async: move AsyncChannelWriter to src/io

Signed-off-by: Dietmar Maurer <dietmar@proxmox.com>
proxmox-async/src/io/async_channel_writer.rs [new file with mode: 0644]
proxmox-async/src/io/mod.rs [new file with mode: 0644]
proxmox-async/src/lib.rs
proxmox-async/src/stream/async_channel_writer.rs [deleted file]
proxmox-async/src/stream/mod.rs