Skip to content

std::rt: Try stealing from all schedulers #9353

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

Merged
merged 1 commit into from
Sep 22, 2013
Merged

Conversation

brson
Copy link
Contributor

@brson brson commented Sep 20, 2013

This guarantees that if there is work to do it will be found

This guarantees that if there is work to do it will be found
@brson
Copy link
Contributor Author

brson commented Sep 21, 2013

Added another commit to paper over more scheduler problems.

bors added a commit that referenced this pull request Sep 21, 2013
This guarantees that if there is work to do it will be found
@brson
Copy link
Contributor Author

brson commented Sep 22, 2013

This deadlocked twice in a row :-/. Going to try to land one commit at a time.

bors added a commit that referenced this pull request Sep 22, 2013
This guarantees that if there is work to do it will be found
@bors bors closed this Sep 22, 2013
@bors bors merged commit c767643 into rust-lang:master Sep 22, 2013
flip1995 pushed a commit to flip1995/rust that referenced this pull request Nov 16, 2023
Replace if_chain with let chains

Closes rust-lang#9353

Let chains are now supported by rustfmt 🎉

The PR is split into two commits
1. The result of running [`if-to-let-chain clippy*/**/*.rs`](https://github.com/Alexendoo/if-to-let-chain)
2. The manual clean up: fixing some errors/formatting, dogfood lints, removing the if_chain internal lint

r? `@flip1995`

changelog: none
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.

3 participants