-
Notifications
You must be signed in to change notification settings - Fork 12.7k
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
Implement unkillable, rekillable and atomically for newsched #6377
Labels
A-concurrency
Area: Concurrency
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Comments
brson
added a commit
to brson/rust
that referenced
this issue
May 10, 2013
…6377 Not necessary just yet but they make ARC not work.
brson
added a commit
to brson/rust
that referenced
this issue
May 13, 2013
…6377 Not necessary just yet but they make ARC not work.
brson
added a commit
to brson/rust
that referenced
this issue
May 15, 2013
…6377 Not necessary just yet but they make ARC not work.
This will be part of #7544. I have an idea for how this will work. |
ghost
assigned bblum
Jul 5, 2013
bblum
added a commit
to bblum/rust
that referenced
this issue
Jul 16, 2013
flip1995
pushed a commit
to flip1995/rust
that referenced
this issue
Dec 6, 2020
… r=ebroto Enhance `redundant_pattern_matching` to also lint on `std::net::IpAddr` Follow-up to rust-lang#6339 r? `@ebroto` (note: also contains a small cleanup of the other ui tests) changelog: Enhance [`redundant_pattern_matching`] to also lint on `std::net::IpAddr`
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-concurrency
Area: Concurrency
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
I'm about to make commits that turn these into no-ops in the new scheduler. I'm not sure how these will work yet.
The text was updated successfully, but these errors were encountered: