mirror of
https://git.proxmox.com/git/proxmox-backup-qemu
synced 2025-10-04 09:27:46 +00:00
![]() Replaces the removed BufferedFixedReader and makes the API fully async (not block_in_place or block_on which could break with many requests at once). A tokio::sync::Mutex needs to be used for exclusive access, since a regular one would not work with async/await calls. Signed-off-by: Stefan Reiter <s.reiter@proxmox.com> |
||
---|---|---|
.cargo | ||
debian | ||
src | ||
build.rs | ||
Cargo.toml | ||
current-api.h | ||
header-preamble.c | ||
Makefile | ||
simpletest.c |