mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-04-20 18:43:19 +03:00
use local-channel instead of tokio sync channel
this avoids the mutex overhead in tokio
This commit is contained in:
@@ -50,6 +50,7 @@ slab = "0.4.9"
|
||||
endi = "1.1.0"
|
||||
thiserror = "1.0.61"
|
||||
tokio-util = "0.7.11"
|
||||
local-channel = "0.1.5"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
libc = "0.2.148"
|
||||
|
||||
Reference in New Issue
Block a user