watchexec/command-group

Use AsFd/AsHandle once that lands in rust stable

passcod opened this issue · 3 comments

Tokio support will need a PR to convert, which will depend on Tokio's MSRV

What is the intention here, to give access to the handles for the process streams, or is the windows job object handle in scope here too?

No, this is an internal change, to change to the safer BorrowedFd instead of RawFd if possible.

Upon examination, this doesn't make sense anymore.