Conversation
|
From #871 (comment):
In that case would it not be better to pass an OwnedFd? The docs for unix_fd_add or unix_fd_add_full don't say much. |
Good question. But can you get an |
|
Also, shouldn't the |
If you mean std::io::Stdin then it implements AsFd from which you can call https://doc.rust-lang.org/std/os/fd/struct.BorrowedFd.html#method.try_clone_to_owned. |
|
I think the main question here is what happens with the |
|
@A6GibKm This would need to be handled in the next weeks if it should end up in the next release |
From #871.