Example of using threads to run different actions happening at the same time.
History
Tested. Went back to (deprecated) Thread::wait() but it and ThisThread::sleep_for() both seem to run really slow???
2018-10-15, by evangeli [Mon, 15 Oct 2018 11:34:44 +0000] rev 5
Tested. Went back to (deprecated) Thread::wait() but it and ThisThread::sleep_for() both seem to run really slow???
Still trying to get docstrings to work right
2018-10-14, by evangeli [Sun, 14 Oct 2018 22:05:59 +0000] rev 4
Still trying to get docstrings to work right
trying to get docstrings to work right
2018-10-14, by evangeli [Sun, 14 Oct 2018 22:00:35 +0000] rev 3
trying to get docstrings to work right
Edited documentation some.
2018-10-14, by evangeli [Sun, 14 Oct 2018 21:58:10 +0000] rev 2
Edited documentation some.
Initial commit
2018-10-14, by evangeli [Sun, 14 Oct 2018 21:56:20 +0000] rev 1
Initial commit
Initial commit. This example shows how to use threads to run two different things at once.
2018-10-14, by evangeli [Sun, 14 Oct 2018 21:54:14 +0000] rev 0
Initial commit. This example shows how to use threads to run two different things at once.