导航菜单

ThreadPool是什么意思_翻译中文_怎么读

ThreadPool

网络释义:线程池;线程池管理器;线程池的使用

网络释义

1.线程池 USER_SUSPENDED 线程已挂起。 USER_THREADPOOL 线程是从线程池。 USER_STOP_RE…

例句释义:,线程池,线程池管理器,线程池的使用

1.Requests a new task to run. This method returns immediately, and the task executes on the next available idle thread in this ThreadPool.请求新的任务。这个方法立即返回,任务在池中下一闲机线程中执行。

2.Therefore, Domino could not support a threadpool model pke the other platforms use.因此,Domino并不支持其他平台所使用的线程池模型。

3.Once created, the Timer will invoke the specified callback on a thread from the ThreadPool at a configurable interval.创建之后,这个Timer类将以一个可配置的间隔针对ThreadPool中的某个线程调用指定的回调。

4.WaitCallback Used to create a type-safe callback method for the ThreadPool class to use.WaitCallback用于创建一个类型安全的回调方法,供ThreadPool类使用。

5.The following sample shows some of the effects of threadpool startup versus using the threadpool after it started up.下面的示例显示threadpool启动与启动它之后使用threadpool的一些效果比较。

6.The Elapsed event is raised on a ThreadPool thread.Elapsed事件在ThreadPool线程上引发。

7.Repeat the preceding steps for ThreadPool, and ThreadSync.重复前面用于ThreadPool和ThreadSync的步骤。

8.Research and apppcation of threadpool in the server of CAR component remote callCAR构件远程调用中服务器端线程池模型的研究与应用

9.Wait for threads in a ThreadPool object to complete等待线程池中的线程结束

10.Threadpool and it's Implementation in JavaJava中的线程池及实现