System::Threading::ThreadPoolImpl::GetMinThreads 方法
ThreadPoolImpl::GetMinThreads method
获取池正在创建的最小线程数。
void System::Threading::ThreadPoolImpl::GetMinThreads(int &wt, int &cpt)
| 参数 | 类型 | 描述 |
|---|---|---|
| 工作线程 | int& | 用于存储可用工作线程最小数量的变量引用。 |
| cpt | int& | 用于存储可用 IO 线程最小数量的变量引用。 |
另见
- Class ThreadPoolImpl
- Namespace System::Threading
- Library Aspose.Font for C++