If a thread is permanently consumed with such a task, it has effectively been removed from the pool.
如果某个线程被这样一个任务永久地消耗着,那么它实际上就被从池除去了。
2
The Task Parallel Library, or TPL, is essentially an advanced version of the.net thread pool.
任务并行库,又被称为TPL,本质上是一个高级版本的。NET线程池。
3
A significant risk in all kinds of thread pools is thread leakage, which occurs when a thread is removed from the pool to perform a task, but is not returned to the pool when the task completes.