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

@@ -14,6 +14,7 @@ common = { path = "common" }
aws-lc-rs = "1"
base64 = "0.22"
clap = { version = "4.5", features = ["derive"] }
futures = "0.3"
miette = { version = "7", features = ["fancy"] }
rcgen = "0.14"
rustls = { version = "0.23", default-features = false, features = [