68316251df | ||
---|---|---|
.. | ||
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
- [<-- previous]