-
Notifications
You must be signed in to change notification settings - Fork 13.4k
timer::delayed_send() blocks, doesn't return immediately #4186
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
I think the code should probably be changed. |
@brson this looks vaguely like it might be under the umbrella of your 0.7 scheduler work; is it? If not, we can push it back to a maturity milestone. |
assigning bug; change assignment if you disagree |
I know this is painful for people, but I'm not planning on fixing it since it's tied to the old uv implementation in std. I expect this code to just be ripped out soon. |
Sounds fine. Closing. |
The docs about timer::delayed_send() at http://dl.rust-lang.org/doc/std/timer.html say:
In fact, it doesn't return immediately but blocks. Does this need a code fix or should the documentation be corrected?
The text was updated successfully, but these errors were encountered: