线程池线程 meaning in English
thread pool
Examples
- Returning values from a thread - pool thread is not straightforward
不能直接从线程池线程返回值。 - Represents a callback method to be executed by a thread pool thread
表示线程池线程要执行的回调方法。 - Exceptions thrown by the thread pool thread will not be visible when calling
时,由线程池线程引发的异常不可见。 - If your worker threads do not block , consider using thread pool threads
如果辅助线程不阻止,请考虑使用线程池线程。 - By default , up to 25 thread - pool threads can run per system processor
默认情况下,每个系统处理器最多可以运行25个线程池线程。