refactor(runner): bound memory usage with FuturesUnordered worker pool

This commit is contained in:
2026-02-25 17:13:36 +02:00
parent b519c4f059
commit 31f5fc5b44
4 changed files with 142 additions and 64 deletions

View File

@@ -7,6 +7,7 @@ edition.workspace = true
[dependencies]
clap.workspace = true
common.workspace = true
futures.workspace = true
miette.workspace = true
rustls.workspace = true
serde.workspace = true