use local-channel instead of tokio sync channel

this avoids the mutex overhead in tokio
This commit is contained in:
Ferdinand Schober
2024-08-12 18:02:41 +02:00
parent 19c2c4327f
commit 6c0dda8f37
8 changed files with 54 additions and 61 deletions

View File

@@ -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"