• concurrent同步工具类
    • countDownLatch
    • CyclicBarrier
    • 阶段器
    • Semaphore
    • Exchanger
    • ReentrantLock
    • ReentrantReadWriteLock
  • 四种线程池与自定义线程池,底层代码
  • 设计模式:单例、Future、Master-Worker、Producer-Consumer模式原理和实现

Phaser阶段器

image.png
image.png
image.png