mirror of
https://github.com/feschber/lan-mouse.git
synced 2026-05-15 14:15:52 -06:00
use local-channel instead of tokio sync channel (#179)
this avoids the mutex overhead in tokio
This commit is contained in:
parent
19c2c4327f
commit
e7a1d72149
8 changed files with 54 additions and 61 deletions
|
|
@ -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"
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue