by shigemk2

当面は技術的なことしか書かない

CoundDownLatch

スレッド処理の同期化支援と言われる。

A synchronization aid that allows one or more threads to wait until a set of operations being performed in other threads completes.

CountDownLatch (Java Platform SE 8 )