summaryrefslogtreecommitdiff
path: root/threads
AgeCommit message (Collapse)Author
2016-02-08Moved away from deprecated thread::sleep_msSeamus Connor
Refactored to use thread::sleep and time::Duration and updated link in README.md
2015-09-29Add a shared mutability between threads exerciseCarol (Nichols || Goulding)
Closes #3. Thank you @jdm!!! :sparkle: