Replace the hand-made VecDequeue by a FutureUnordered

This commit is contained in:
Kerollmops
2025-11-11 17:26:46 +01:00
parent 89006fd4b3
commit 15321ce924
3 changed files with 39 additions and 29 deletions

1
Cargo.lock generated
View File

@@ -3212,6 +3212,7 @@ dependencies = [
"enum-iterator",
"file-store",
"flate2",
"futures",
"indexmap",
"insta",
"maplit",