refactor: 异步 RPC

This commit is contained in:
Del Wang
2026-01-08 09:53:59 +08:00
parent fb6c1fd9f8
commit 3cf6771cc9
16 changed files with 364 additions and 529 deletions
+1
View File
@@ -20,6 +20,7 @@ serde = { version = "1.0", features = ["derive"] }
postcard = { version = "1.0", features = ["alloc", "use-std"] }
parking_lot = "0.12.5"
dashmap = "6.1.0"
thiserror = "2.0.17"
[target.'cfg(target_os = "linux")'.dependencies]
alsa = "0.11"