WIP: ws: put back mio implementation

This commit is contained in:
Joakim Frostegård 2021-11-05 12:42:55 +01:00
parent 8531e12d0e
commit 465cf5920d
19 changed files with 1559 additions and 266 deletions

View file

@ -38,6 +38,14 @@ signal-hook = { version = "0.3" }
slab = "0.4"
tungstenite = "0.15"
crossbeam-channel = "0.5"
histogram = "0.6"
mio = { version = "0.7", features = ["tcp", "os-poll", "os-util"] }
native-tls = "0.2"
parking_lot = "0.11"
socket2 = { version = "0.4.1", features = ["all"] }
[dev-dependencies]
quickcheck = "1.0"
quickcheck_macros = "1.0"