mirror of
https://github.com/ntex-rs/ntex.git
synced 2025-04-03 04:47:39 +03:00
Replace mio with polling for accept loop (#71)
* replace mio with poller for accept loop
This commit is contained in:
parent
7825e0a15f
commit
aa5f6e4b55
17 changed files with 291 additions and 298 deletions
|
@ -17,4 +17,4 @@ proc-macro2 = "^1"
|
|||
|
||||
[dev-dependencies]
|
||||
ntex = "0.5.0-b.0"
|
||||
futures = "0.3.13"
|
||||
futures = "0.3"
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue