feat: integrate arc-swap for improved concurrency in CoreManager and Hotkey(onMac) management

This commit is contained in:
Tunglies
2025-11-03 12:32:36 +08:00
parent 54039c2448
commit 4babc72754
9 changed files with 84 additions and 55 deletions

View File

@@ -86,6 +86,7 @@ smartstring = { version = "1.0.1", features = ["serde"] }
clash_verge_service_ipc = { version = "2.0.21", features = [
"client",
], git = "https://github.com/clash-verge-rev/clash-verge-service-ipc" }
arc-swap = "1.7.1"
[target.'cfg(windows)'.dependencies]
runas = "=1.2.0"