Skip to content

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

Closed
olsonjeffery wants to merge 5 commits into
rust-lang:masterfrom
olsonjeffery:newrt_timer
Closed

add std::rt::io::Timer and .sleep()#7916
olsonjeffery wants to merge 5 commits into
rust-lang:masterfrom
olsonjeffery:newrt_timer

Conversation

@olsonjeffery

Copy link
Copy Markdown
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
Copy Markdown
Contributor

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
@borsbors 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
Fixesrust-lang#7914.
changelog: Keep an initial `::` when [`doc_markdown`] suggests to use ticks
Sign up for freeto 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

@olsonjeffery@brson@bors