mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-06 00:00:10 +02:00
Implement the wake-up part of the new signal handling
Register the signal handler that wakes up someone through a self-pipe. That someone doesn't yet exist, though. Some dependencies (nix, lazy_static) added to speed up the prototyping process. They are likely to be dropped in some future commits. Some features (eg. preserving the previous signal handlers) are still missing.
This commit is contained in:
@@ -13,6 +13,8 @@ An implementation of an asynchronous Unix signal handling backed futures.
|
||||
[dependencies]
|
||||
tokio-core = "0.1"
|
||||
futures = "0.1.7"
|
||||
lazy_static = "0.2"
|
||||
nix = "0.7"
|
||||
|
||||
[target.'cfg(unix)'.dependencies]
|
||||
tokio-uds = "0.1"
|
||||
|
||||
Reference in New Issue
Block a user