Replace mio with polling for accept loop (#71)

* replace mio with poller for accept loop
This commit is contained in:
Nikolay Kim 2021-12-18 00:49:27 +06:00 committed by GitHub
parent 7825e0a15f
commit aa5f6e4b55
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
17 changed files with 291 additions and 298 deletions

View file

@ -17,4 +17,4 @@ proc-macro2 = "^1"
[dev-dependencies]
ntex = "0.5.0-b.0"
futures = "0.3.13"
futures = "0.3"