Java并发编程:ThreadPoolExecutor + Callable + Future(FutureTask) 探知线程的执行状况...
如题(总结要点)使用ThreadPoolExecutor来创建线程,使用Callable+Future来执行并探知线程执行情况;Vget(longtimeout,TimeUnitunit)throwsInterruptedException,ExecutionException,TimeoutException同上面的get功能一样,多了设置超时时间。参数timeout指定超时时间,uint指定时