Skip to content
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

add std::rt::io::Timer and .sleep() #7916

Closed
wants to merge 5 commits into from

Conversation

olsonjeffery
Copy link
Contributor

My first bit of newsched IO work. Pretty simple and limited in scope.

the RtioTimer trait only has a sleep(msecs: u64) method, for now. Taking requests on what else ought to be here.

oh yeah: this resolves #6435

@brson
Copy link
Contributor

brson commented Jul 19, 2013

Thanks!

bors added a commit that referenced this pull request Jul 23, 2013
My first bit of newsched IO work. Pretty simple and limited in scope.

the RtioTimer trait only has a `sleep(msecs: u64)` method, for now. Taking requests on what else ought to be here.

oh yeah: this resolves #6435
@bors bors closed this Jul 23, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 4, 2021
…Frednet

Advise to put a :: prefix inside the ticks

Fixes rust-lang#7914.

changelog: Keep an initial `::` when [`doc_markdown`] suggests to use ticks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add timers to core
3 participants