Closed qwandor closed 6 months ago
The OwnedFd type confers ownership of the file descriptor, so these can be safe methods rather than relying on the caller not to use the file descriptor anywhere else after making the call.
OwnedFd
Thanks for the review! Can you merge the PR too? The CI failures are all existing issues as far as I can see, not changed by this PR.
Thanks!
The
OwnedFd
type confers ownership of the file descriptor, so these can be safe methods rather than relying on the caller not to use the file descriptor anywhere else after making the call.