use local-channel instead of tokio sync channel (#179)

this avoids the mutex overhead in tokio
This commit is contained in:
Ferdinand Schober 2024-08-12 18:20:21 +02:00 committed by GitHub
parent 19c2c4327f
commit e7a1d72149
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
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"