Java并发(8):CountDownLatch、CyclicBarrier、Semaphore、Callable、Future
摘要:
CountDownLatch、CyclicBarrier、Semaphore、Callable、Future 都位于java.util.concurrent包下,其中CountDownLatch、CyclicBarrier和Semaphore属于该包中的tools分支,Callable和Future 阅读全文
posted @ 2016-08-12 01:15 Eason_S 阅读(1098) 评论(0) 推荐(0) 编辑