1
0
mirror of https://github.com/fafhrd91/actix-web synced 2025-06-26 15:07:42 +02:00

use mio for accept loop

This commit is contained in:
Nikolay Kim
2017-12-27 11:22:27 -08:00
parent be1cd2936d
commit da8aa8b988
5 changed files with 109 additions and 72 deletions

View File

@ -46,7 +46,6 @@ regex = "0.2"
sha1 = "0.2"
url = "1.5"
libc = "0.2"
socket2 = "0.2"
serde = "1.0"
serde_json = "1.0"
flate2 = "0.2"
@ -57,7 +56,9 @@ bitflags = "1.0"
num_cpus = "1.0"
cookie = { version="0.10", features=["percent-encode", "secure"] }
# tokio
# io
mio = "0.6"
net2 = "0.2"
bytes = "0.4"
futures = "0.1"
tokio-io = "0.1"