signal: 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
2018-09-10 11:29:57 -07:00
committed by Carl Lerche
parent 04d949c380
commit 367cb56e02
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"