Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Implement the AsRawFd/AsRawHandle for tokio::fs::File #1364

Closed
svartalf opened this issue Jul 28, 2019 · 1 comment
Closed

Implement the AsRawFd/AsRawHandle for tokio::fs::File #1364

svartalf opened this issue Jul 28, 2019 · 1 comment

Comments

@svartalf
Copy link

tokio::fs::File should has the std::os::windows::io::AsRawHandle and std::os::unix::io::AsRawFd implementations.

It was mentioned before in #674, but it is kinda about a different thing, so I thought it's worth to create a new issue.

@carllerche carllerche added this to the v0.2 milestone Jul 30, 2019
Xinkai added a commit to Xinkai/tokio that referenced this issue Oct 7, 2019
…#1364)

Moved file.rs to file/mod.rs to get around mod visibility issue.
Xinkai added a commit to Xinkai/tokio that referenced this issue Oct 7, 2019
Moved file.rs to file/mod.rs to get around mod visibility issue.
Xinkai added a commit to Xinkai/tokio that referenced this issue Oct 7, 2019
Moved file.rs to file/mod.rs to get around mod visibility issue.
Xinkai added a commit to Xinkai/tokio that referenced this issue Oct 7, 2019
Moved file.rs to file/mod.rs to get around mod visibility issue.
Xinkai added a commit to Xinkai/tokio that referenced this issue Nov 4, 2019
Moved file.rs to file/mod.rs to get around mod visibility issue.
@carllerche carllerche removed this from the v0.2 milestone Nov 22, 2019
@carllerche
Copy link
Member

Closed by #1827

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants