-
-
Notifications
You must be signed in to change notification settings - Fork 2.5k
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
tokio-util: implement StreamedFd #5362
Conversation
StreamedFd is a higher-level wrapper around an AsyncFd which provides the PollEvented optimization to users. Fixes #5324.
I'd like to seek comment here regarding the naming and API, especially around flush and shutdown within the |
How about |
Thanks, I really hated the name |
Alright, as far as bikeshedding the name is concerned, we've currently got |
This has been an untouched draft for a long time. For now, I'll close it. |
StreamedFd is a higher-level wrapper around an AsyncFd which provides the PollEvented optimization to users.
Fixes #5324.