mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-03 00:00:05 +02:00
The driver task
Add the driver task, connecting the signal handler wakeups to the wakeups of of the streams. It is a prototype-quality code, a lot of cleanups and similar is needed.
This commit is contained in:
@@ -17,7 +17,6 @@ lazy_static = "0.2"
|
||||
nix = "0.7"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
tokio-uds = "0.1"
|
||||
libc = "0.2"
|
||||
mio = "0.6"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user