Basic Knowledge
https://www.baeldung.com/tag/java-concurrency/
https://www.baeldung.com/java-concurrent-locks
Overview of the java.util.concurrent
https://www.baeldung.com/java-util-concurrent
- Executor
- ExecutorService
- ScheduledExecutorService
- Future
- CountDownLatch
- CyclicBarrier
- Semaphore
- ThreadFactory
- BlockingQueue
- DelayQueue
- Locks
- Phaser
Semaphores in Java API
https://www.baeldung.com/java-semaphore