Comment by arccy
CountDownLatch looks like it can only count down? the go one you can add/remove at will
CountDownLatch looks like it can only count down? the go one you can add/remove at will
You are right; it looks like a Phaser is a bit more analogous: https://docs.oracle.com/javase/8/docs/api/java/util/concurre...
Phaser [0] would be the more flexible equivalent in Java.
[0] https://docs.oracle.com/javase/7/docs/api/java/util/concurre...