summaryrefslogtreecommitdiff
path: root/exercises/threads/threads2.rs
AgeCommit message (Collapse)Author
2022-10-17style: explicitly use Arc::cloneMatthew Van Schellebeeck
2022-07-15fix(threads): add hint commentsmokou
2022-07-15feat: Adding threads1.rs with a focus on JoinHandles and waiting forjaystile
spawned threads to finish. Moved the original threads1.rs to threads2.rs with the focus on the Mutex and modifying shared data. #892