Skip to content

Documentation error for std::timer::sleep #4751

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

Closed
carllerche opened this issue Feb 1, 2013 · 3 comments
Closed

Documentation error for std::timer::sleep #4751

carllerche opened this issue Feb 1, 2013 · 3 comments
Labels
A-concurrency Area: Concurrency

Comments

@carllerche
Copy link
Member

The description for the first argument of the function is:

`iotask` - a `uv::iotask` that the tcp request will run on

I do not think that this is correct.

https://github.com/mozilla/rust/blob/master/src/libstd/timer.rs#L92

@june0cho
Copy link
Contributor

june0cho commented May 7, 2013

How about changing this to below statement?

iotask - a uv::iotask that interacts with the uv loop

Is this correct?

@bblum
Copy link
Contributor

bblum commented Jun 10, 2013

libextra::timer and libextra::net_tcp are deprecated pending #6435.

@brson
Copy link
Contributor

brson commented Jul 29, 2013

This module no longer exists.

@brson brson closed this as completed Jul 29, 2013
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
A-concurrency Area: Concurrency
Projects
None yet
Development

No branches or pull requests

4 participants