mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-08-28 00:00:11 +02:00
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:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user