f18d4dfa98
* BAEL-3836: Fix failing test in core-java-concurrency-advanced-3 * BAEL-3836: Fix failing test in core-java-concurrency-advanced-3 |
||
---|---|---|
.. | ||
src | ||
README.md | ||
pom.xml |
README.md
=========
Core Java Concurrency Advanced Examples
This module contains articles about advanced topics about multithreading with core Java.
Relevant Articles:
- Common Concurrency Pitfalls in Java
- Guide to RejectedExecutionHandler
- Guide to Work Stealing in Java
- Asynchronous Programming in Java
- Java Thread Deadlock and Livelock
- Guide to AtomicStampedReference in Java
- The ABA Problem in Concurrency
- Introduction to Lock-Free Data Structures
- Introduction to Exchanger in Java
- Why Not To Start A Thread In The Constructor?
- [<-- previous]