mirror of
https://github.com/tokio-rs/tokio.git
synced 2026-09-08 00:00:13 +02:00
process: Implement a queue for repeatedly attempting to reap orphaned processes
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user