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 64035f7 commit af76794Copy full SHA for af76794
info.toml
@@ -1009,7 +1009,7 @@ and keep reading if you'd like more hints :)
1009
Do you now have an `Arc` `Mutex` `JobStatus` at the beginning of main? Like:
1010
`let status = Arc::new(Mutex::new(JobStatus { jobs_completed: 0 }));`
1011
Similar to the code in the example in the book that happens after the text
1012
-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
1013
do and would like more hints, keep reading!!
1014
1015
0 commit comments