File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 1
1
// threads1.rs
2
- // Make this compile and run! Execute 'rustlings hint threads1' for hints :)
2
+ // Execute `rustlings hint threads1` or use the ` hint` watch subcommand for a hint.
3
3
// This program should wait until all the spawned threads have finished before exiting.
4
4
5
5
// I AM NOT DONE
Original file line number Diff line number Diff line change 1
1
// threads2.rs
2
- // Make this compile! Execute `rustlings hint threads2` for hints :)
2
+ // Execute `rustlings hint threads2` or use the `hint` watch subcommand for a hint.
3
3
// Building on the last exercise, we want all of the threads to complete their work but this time
4
4
// the spawned threads need to be in charge of updating a shared value: JobStatus.jobs_completed
5
5
You can’t perform that action at this time.
0 commit comments