testng源码阅读之多线程包

底层的testng,使用的多线程,是目前应用最为普遍的concurrent包。也就是默认的ThreadPoolExecutor线程池。java 关于这个线程池的使用,咱们来看一个例子: ThreadUtil.execute().web ExecutorService pooledExecutor = // Executors.newFixedThreadPool(threadPoolSize);
相关文章
相关标签/搜索