Получи случайную криптовалюту за регистрацию!

​​ What does thread pooling mean? The collection of threads i | C# 1001 notes

​​ What does thread pooling mean?

The collection of threads is known as thread pooling. These threads find application when the tasks are to be performed without disturbing the primary threads. To manage the operations of the threads in the pool, System.Threading.ThreadPool namespace is used.