Assignments for the course Multithreading with Modern C++ by James Raynard
- 1_1-FizzBuzz : Launching a Thread.
- 1_2-SharedData : sharing data between threads
- 1_3-Dining Philosophers : https://en.m.wikipedia.org/wiki/Dining_philosophers_problem - avoiding Deadlock.