InterviewSolution
Saved Bookmarks
| 1. |
What Is The Thread Pool Class In C#? |
|
Answer» The THREAD Pool class is used,to perform TASK such as processing of ASYNCHRONOUS i/o and WAITING on behalf of another thread. The Thread Pool class is used,to perform task such as processing of asynchronous i/o and waiting on behalf of another thread. |
|