1
Fork 0
mirror of https://github.com/thegeneralist01/p2p-failover synced 2026-01-11 23:50:28 +01:00

make checking alive nodes multithreaded

This commit is contained in:
TheGeneralist 2025-03-30 15:41:25 +02:00
parent 5b4bc54c1f
commit bc39e5caaf
No known key found for this signature in database
GPG key ID: C391D4D52D630F45
4 changed files with 113 additions and 37 deletions

View file

@ -12,3 +12,4 @@ reqwest = "0.12.12"
tokio = { version = "=1.40.0", features = ["full"] }
notify = "8.0.0"
anyhow = "1.0.97"
futures = "0.3.31"