-
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 scheduler domains #1721
Labels
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Milestone
Comments
ghost
assigned brson
Jan 31, 2012
I like the look of it. The design I was thinking uses slightly different terminology and interface, but essentially the same idea:
|
Implementing your design. |
I've refactored rust_scheduler into rust_scheduler + rust_task_thread. |
Closed
Implemented enough to satisfy current use cases. Declaring victory. Opened #1788. |
bors
added a commit
to rust-lang-ci/rust
that referenced
this issue
Oct 24, 2020
New lint: result-unit-err This fixes rust-lang#1721. - [x] Followed [lint naming conventions][lint_naming] - [x] Added passing UI tests (including committed `.stderr` file) - [x] `cargo test` passes locally - [x] Executed `cargo dev update_lints` - [x] Added lint documentation - [x] Run `cargo dev fmt` [lint_naming]: https://rust-lang.github.io/rfcs/0344-conventions-galore.html#lints --- changelog: new lint: result-unit-err
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-runtime
Area: std's runtime and "pre-main" init for handling backtraces, unwinds, stack overflows
Lots of bindings want to be able to block in C code. The easiest way to make this happen is to reintroduce 'thread domains'. I suggested one way in #10.
The text was updated successfully, but these errors were encountered: