handle cancellation in complement wrapper

What a mess lmao
This commit is contained in:
Benjamin Lee 2024-06-22 00:12:23 -07:00
parent f76806655f
commit 0eee282558
No known key found for this signature in database
GPG key ID: FB9624E2885D55A4
4 changed files with 236 additions and 12 deletions

View file

@ -111,6 +111,7 @@ opentelemetry-prometheus = "0.17.0"
opentelemetry_sdk = { version = "0.24.0", features = ["rt-tokio"] }
parking_lot = "0.12.3"
phf = { version = "0.11.2", features = ["macros"] }
process-wrap = { version = "8.0.2", default-features = false, features = ["std", "process-group"] }
prometheus = "0.13.4"
rand = "0.8.5"
regex = "1.10.6"
@ -126,6 +127,7 @@ serde_html_form = "0.2.6"
serde_json = { version = "1.0.128", features = ["raw_value"] }
serde_yaml = "0.9.34"
sha-1 = "0.10.1"
signal-hook = "0.3.17"
strum = { version = "0.26.3", features = ["derive"] }
thiserror = "1.0.64"
thread_local = "1.1.8"