摘要: Thread PoolsMost of the executor implementations injava.util.concurrentusethread pools, which consist ofworker threads. This kind of thread exists separately from theRunnableandCallabletasks it executes and is often used to execute multiple tasks.Using worker threads minimizes the overhead due to th 阅读全文
posted @ 2013-09-05 00:16 alexander.bruce.lee 阅读(618) 评论(0) 推荐(0)