There are situations when you should not use ThreadPool and instead use Threads -
- When you need to change priority of thread.
- When you need to create a foreground thread.
- When the thread is executing long running task.
- When you need to have the ability to abort a thread.
No comments:
Post a Comment