Home
Creating Multiple Threads
So far, you have been using only two threads: the main thread and one child thread. However, you program can spawn as many threads as it needs.
Here is an example, that creates three child threads:
Next