We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 2e653f3 commit d8f460cCopy full SHA for d8f460c
concurrency.md
@@ -10,4 +10,4 @@ them tends to involve trade-offs that we weren't willing to commit to for 1.0.
10
However the way Rust models concurrency makes it relatively easy design your own
11
concurrency paradigm as a library and have *everyone else's* code Just Work
12
with yours. Just require the right lifetimes and Send and Sync where appropriate
13
-and you're off to the races. Or rather, not having races. Races are bad.
+and you're off to the races. Or rather, off to the... not... having... races.
0 commit comments