demos for exploring thread and multithreading principles
Contains:
- A template to base further tests off of.
- A file pair consisting of a CountingThread (using the Runnable interface), and a test file.
- A file pair (ThreadType2) using Wait() and Notify() to pause and resume a counting process.