#BAEL-17506 Add README descriptions to several modules.

This commit is contained in:
Alessio Stalla
2019-09-28 12:40:03 +02:00
parent 824acb9351
commit c5693676ee
13 changed files with 65 additions and 16 deletions

View File

@@ -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)