summaryrefslogtreecommitdiff
path: root/threads/threads1.rs
diff options
context:
space:
mode:
authorRobert Lugg <robert.lugg@gmail.com>2018-02-21 22:09:53 -0800
committerRobert Lugg <robert.lugg@gmail.com>2018-02-21 22:09:53 -0800
commit7d7a48b17dfb9d61b50eeced84f74e0d1f755b9c (patch)
tree30e9ef080ed6c31e5f6c12711d5fd1baf8ef404d /threads/threads1.rs
parentc4b32528457063b0b97da37617c2a9ff652a4cba (diff)
Added filename to top of .rs files
Diffstat (limited to 'threads/threads1.rs')
-rw-r--r--threads/threads1.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/threads/threads1.rs b/threads/threads1.rs
index af97552..d98db69 100644
--- a/threads/threads1.rs
+++ b/threads/threads1.rs
@@ -1,3 +1,4 @@
+// threads1.rs
// Make this compile! Scroll down for hints :) The idea is the thread
// spawned on line 17 is completing jobs while the main thread is
// monitoring progress until 10 jobs are completed. If you see 6 lines