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 1096592 + 7857b0a commit cfae54dCopy full SHA for cfae54d
exercises/threads/threads1.rs
@@ -1,6 +1,6 @@
1
// threads1.rs
2
// Make this compile! Execute `rustlings hint threads1` for hints :)
3
-// The idea is the thread spawned on line 21 is completing jobs while the main thread is
+// The idea is the thread spawned on line 22 is completing jobs while the main thread is
4
// monitoring progress until 10 jobs are completed. Because of the difference between the
5
// spawned threads' sleep time, and the waiting threads sleep time, when you see 6 lines
6
// of "waiting..." and the program ends without timing out when running,
0 commit comments