feat: add network manager to optimize network request handling

This commit is contained in:
wonfen
2025-04-30 21:30:28 +08:00
parent 3ce5d3bf2d
commit 32b6821b8a
10 changed files with 340 additions and 96 deletions

View File

@@ -30,6 +30,7 @@ boa_engine = "0.20.0"
serde_json = "1.0"
serde_yaml = "0.9"
once_cell = "1.21.3"
lazy_static = "1.4.0"
port_scanner = "0.1.5"
delay_timer = "0.11.6"
parking_lot = "0.12"