Skip to content
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

doc: Rewrite task tutorial intro #5713

Merged
merged 1 commit into from
Apr 4, 2013
Merged

Conversation

brson
Copy link
Contributor

@brson brson commented Apr 4, 2013

It doesn't quite reflect reality

Rust tasks are not the same as traditional threads: rather, they are more like
_green threads_. The Rust runtime system schedules tasks cooperatively onto a
small number of operating system threads. Because tasks are significantly
Rust provides safe concurrency primarily through a combination
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

"primarily through a combination" sounds weird to me. if it's a bunch of things, then one of them isn't primary.

@steveklabnik
Copy link
Member

Other than silly nitpicking, 👍 .

It doesn't quite reflect reality
@brson
Copy link
Contributor Author

brson commented Apr 4, 2013

@steveklabnik Thanks for the review. I made the changes you suggested.

bors added a commit that referenced this pull request Apr 4, 2013
@bors bors closed this Apr 4, 2013
@bors bors merged commit 679b1dc into rust-lang:incoming Apr 4, 2013
flip1995 added a commit to flip1995/rust that referenced this pull request Jun 23, 2020
Use lints in Clippy that are enabled in rustc bootstrap

cc rust-lang#73297 (comment)

changelog: none
flip1995 pushed a commit to flip1995/rust that referenced this pull request Jun 23, 2020
Rollup of 9 pull requests

Successful merges:

 - rust-lang#5178 (clippy-driver: pass all args to rustc if --rustc is present)
 - rust-lang#5705 (Downgrade unnested_or_patterns to pedantic)
 - rust-lang#5709 (Fix ICE in consts::binop)
 - rust-lang#5710 (typo)
 - rust-lang#5712 (Remove `bar` from blacklisted names)
 - rust-lang#5713 (Use lints in Clippy that are enabled in rustc bootstrap)
 - rust-lang#5716 (Fix typo in wildcard_imports)
 - rust-lang#5724 (redundant_pattern_matching: avoid non-`const fn` calls in const contexts)
 - rust-lang#5726 (Fix typo)

Failed merges:

r? @ghost

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

4 participants