Merge pull request #7895 from alessiostalla/BAEL-17506

#BAEL-17506 Add README descriptions to several modules.
This commit is contained in:
Josh Cummings
2019-10-03 23:36:50 -06:00
committed by GitHub
14 changed files with 76 additions and 17 deletions
@@ -1,7 +1,7 @@
=========
## Core Java Concurrency Advanced Examples
This module contains articles about advanced concurrency in core Java.
### Relevant Articles:
- [Introduction to Thread Pools in Java](http://www.baeldung.com/thread-pool-java-and-guava)
- [Guide to CountDownLatch in Java](http://www.baeldung.com/java-countdown-latch)