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:
Michal 'vorner' Vaner
2017-01-22 14:48:22 +01:00
parent f7167b48a7
commit a02a38fbae
3 changed files with 138 additions and 375 deletions
-1
View File
@@ -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"