-
Notifications
You must be signed in to change notification settings - Fork 13.3k
Add select_timeout for pipes #3016
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
Comments
This is not .. exactly done? I think. It's hard to say. I believe the subsystems in question are in the process of being rewritten under the new scheduler, but there is presently a |
While we have select, we don't yet have one that won't wait forever. |
Visiting for triage; nothing to add |
Accepting P-low. |
I'm pulling a massive triage effort to get us ready for 1.0. As part of this, I'm moving stuff that's wishlist-like to the RFCs repo, as that's where major new things should get discussed/prioritized. This issue has been moved to the RFCs repo: rust-lang/rfcs#820 |
fix typo: is_reserved
Part of #1255.
This would take a list of selectables, and return an option of which one was ready (possibly going ahead and doing the receive), or none.
The text was updated successfully, but these errors were encountered: