async-pidfd icon indicating copy to clipboard operation
async-pidfd copied to clipboard

Rust crate to use process file descriptors (pidfd) for Linux

Results 3 async-pidfd issues
Sort by recently updated
recently updated
newest added

Is there any reason why the trait `AsRawFd` is not implemented for `AsyncPidFd`?

This PR adds a `nightly` feature which uses the recently added `PidFd` type from the standard library.