threadpool
基本解释
- 线程池
英汉例句
- Assuming an x64, single core, dual processor the threadpool takes about 16ms to startup.
假定x64单内核、双处理器threadpool花费大约16毫秒启动。 - Requests a new task to run. This method returns immediately, and the task executes on the next available idle thread in this ThreadPool.
请求新的任务。这个方法立即返回,任务在池中下一闲机线程中执行。