Files
rust/library/std/src/os
bors 4e21ef2a4e Auto merge of #81825 - voidc:pidfd, r=joshtriplett
Add Linux-specific pidfd process extensions (take 2)

Continuation of #77168.
I addressed the following concerns from the original PR:

- make `CommandExt` and `ChildExt` sealed traits
- wrap file descriptors in `PidFd` struct representing ownership over the fd
- add `take_pidfd` to take the fd out of `Child`
- close fd when dropped

Tracking Issue: #82971
2021-08-01 16:45:47 +00:00
..
2021-03-16 17:43:33 -04:00
2021-02-23 15:54:55 +01:00
2021-05-03 16:56:20 +02:00
2021-05-03 16:56:22 +02:00