process: Add a Windows implementation

This commit is contained in:
Alex Crichton
2019-06-24 16:56:45 -07:00
committed by Ivan Petkov
parent 97508096fa
commit eef655f3b1
3 changed files with 133 additions and 0 deletions
+4
View File
@@ -7,6 +7,10 @@ authors = ["Alex Crichton <[email protected]>"]
tokio-core = { git = "https://github.com/tokio-rs/tokio-core" }
futures = { git = "https://github.com/alexcrichton/futures-rs" }
[target.'cfg(windows)'.dependencies]
winapi = "0.2"
kernel32-sys = "0.2"
[target.'cfg(unix)'.dependencies]
libc = "0.2"
tokio-signal = { git = "https://github.com/alexcrichton/tokio-signal" }