When to Use Threads
You should use threads when you are striving for increased concurrency, simplified design, and better utilization of CPU time, as described in the following sections.
You should use threads when you are striving for increased concurrency, simplified design, and better utilization of CPU time, as described in the following sections.