Monthly Archives: May 2020

CountDownLatch in C++ ?

No secret, what std namespace in C++ provides a lot of usefull and advanced constructions, but is still behind of Java Concurrency Ecosystem. In particular so usfull pattern as Count Down Latch does not exist in out-of-box C++. The known … Continue reading

Posted in C++, Java | Leave a comment