POSIX AIO support, try 2

Support POSIX AIO, post-01635df .  A concrete implementation will be
added by the mio-aio and tokio-file crates
This commit is contained in:
Alan Somers
2017-05-21 10:24:08 -06:00
parent 01635dfd56
commit 81beb44565
2 changed files with 63 additions and 4 deletions
+1 -1
View File
@@ -19,7 +19,7 @@ appveyor = { repository = "alexcrichton/tokio-core" }
[dependencies]
bytes = "0.4"
log = "0.3"
mio = "0.6.7"
mio = { git = "https://github.com/carllerche/mio", rev = "d8576d9" }
scoped-tls = "0.1.0"
slab = "0.3"
iovec = "0.1"