process: Implement a queue for repeatedly attempting to reap orphaned processes

This commit is contained in:
Ivan Petkov
2019-06-24 16:57:20 -07:00
parent fc15d7d4a4
commit ecaa069f0f
5 changed files with 220 additions and 9 deletions
+3
View File
@@ -51,6 +51,9 @@ features = [
]
[target.'cfg(unix)'.dependencies]
crossbeam-queue = "0.1.2"
lazy_static = "1.3"
libc = "0.2"
log = "0.4"
mio = "0.6.5"
tokio-signal = "0.2.5"