feat: readiness tool (#4090)

Readiness flag with token-based subscription and async wait function
that waits for all the subscribers to be ready
This commit is contained in:
jif-oai
2025-09-23 17:27:20 +01:00
committed by GitHub
parent 664ee07540
commit 6cd5309d91
5 changed files with 269 additions and 0 deletions

View File

@@ -62,6 +62,7 @@ askama = "0.12"
assert_cmd = "2"
async-channel = "2.3.1"
async-stream = "0.3.6"
async-trait = "0.1.89"
base64 = "0.22.1"
bytes = "1.10.1"
chrono = "0.4.40"