-
Notifications
You must be signed in to change notification settings - Fork 13.8k
sleep_ms -> sleep #29622
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
sleep_ms -> sleep #29622
Conversation
@bors: r+ |
📌 Commit 500e8db has been approved by |
src/doc/trpl/concurrency.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Needs another close paren.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
figures, with the ignore
I didn't see it :/
@bors: r- pending a fix to @aravind-pg's comment. |
src/doc/trpl/dining-philosophers.md
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
s/moment first/moment the first/
@bors: r=bstrie rollup |
📌 Commit 801f83f has been approved by |
Now that thread::sleep is a real thing, let's use it Fixes rust-lang#29621
Now that thread::sleep is a real thing, let's use it Fixes rust-lang#29621 r? @bstrie
Now that thread::sleep is a real thing, let's use it
Fixes #29621
r? @bstrie