-
Notifications
You must be signed in to change notification settings - Fork 13.4k
Add recv_timeout for pipes #3015
New issue
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
Comments
If libuv is intended to provide the timer, then this should wait until brson finishes the scheduler overhaul. |
Visiting for triage. Still in the process of transitioning to the new RT but it does not look like anyone's written a recv_timeout variant yet. Possibly you can fake it pretty easily with timer and select, but nothing high level. |
I'll work on this |
I think this still needs to be implemented. @alexcrichton Implemented |
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#821 |
rustc-pull: put a newline after the commit ID
Attempt to update Rust toolchain from nightly-2024-01-25 to nightly-2024-02-09. Resolves model-checking/kani#3014. By submitting this pull request, I confirm that my contribution is made under the terms of the Apache 2.0 and MIT licenses. --------- Signed-off-by: Felipe R. Monteiro <felisous@amazon.com>
This seems useful. Part of #1255
The text was updated successfully, but these errors were encountered: