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.
2 parents 64162d3 + af76794 commit 4de3b4aCopy full SHA for 4de3b4a
info.toml
@@ -1011,7 +1011,7 @@ and keep reading if you'd like more hints :)
1011
Do you now have an `Arc` `Mutex` `JobStatus` at the beginning of main? Like:
1012
`let status = Arc::new(Mutex::new(JobStatus { jobs_completed: 0 }));`
1013
Similar to the code in the example in the book that happens after the text
1014
-that says "We can use Arc<T> to fix this.". If not, give that a try! If you
+that says "Sharing a Mutex<T> Between Multiple Threads". If not, give that a try! If you
1015
do and would like more hints, keep reading!!
1016
1017
0 commit comments