* [JAVA-1657] core-java-modules JUnit and Maven Surefire Plugin upgrade * [JAVA-1657] Changed sub modules parents to core-java-modules and core-java-modules to parent-java * [JAVA-1657] Upgraded JUnit Jupiter version * [JAVA-1657] Get JUnit 4 dependency transitively
Core Java Concurrency Advanced Examples
This module contains articles about advanced topics about multithreading with core Java.
Relevant Articles:
- Semaphores in Java
 - Daemon Threads in Java
 - Priority-based Job Scheduling in Java
 - Brief Introduction to Java Thread.yield()
 - Print Even and Odd Numbers Using 2 Threads
 - Java CyclicBarrier vs CountDownLatch
 - Guide to the Fork/Join Framework in Java
 - Guide to ThreadLocalRandom in Java
 - The Thread.join() Method in Java
 - Passing Parameters to Java Threads