1. 首页
  2. 考试认证
  3. 其它
  4. thread count

thread count

上传者: 2019-09-25 19:40:37上传 TXT文件 2.53KB 热度 58次
浅析Java中CountDownLatch用法CountDownLatch如其所写,是一个倒计数的锁存器,当计数减至0时触发特定的事件。利用这种特性,可以让主线程等待子线程的结束。下面以一个模拟运动员比赛的例子加以说明。importjava.util.concurrent.CountDownLatch;importjava.util.concurrent.Executor;importjava.util.concurrent.ExecutorService;importjava.util.concurrent.Executors;publicclassCountDownLatchDemo{
下载地址
用户评论