Results 203 comments of Aaron Hill

I think this could be gated behind some kind of `nightly` feature to allow users to get early access to it.

Getting the full benefits of this feature (eliminating the issue of pidfd wraparound, and removing the dependency on signal handlers) requires going through the standard library, so that we can...

> PID can only be recycled after the child has been wait-ed for. Yes, but calling `wait(-1)` will wait on the children of all threads, not just the current thread....

> There's nothing that they can do that isn't already being done in the two pidfd crates. You obtain a pidfd after a process has been spawned, the kernel guarantees...

The `Command` struct is a wrapper around `std::process::Command`, and uses the builtin `spawn` method: https://github.com/tokio-rs/tokio/blob/cf38ba627abb0d44ae7e7dc0659ddd51866e9efa/tokio/src/process/unix/mod.rs#L103 As long as the standard library `spawn` method is used, we need to use the...

I'm interested in working on this.

If there's still interest, I'd be happy to revive my PRs.

@feross: Just checking back in - any update on whether or not I should revive my PRs?

Checking back in again.

@bmandrade: I would be interested in reviving my PRs, @feross and @mafintosh are interested in them.