java-concurrency
Installation
SKILL.md
Java Concurrency
Master Java's concurrency utilities including ExecutorService, CompletableFuture, locks, and modern virtual threads for building high-performance concurrent applications.
Thread Basics
Understanding Java threads is fundamental to concurrency.
Creating and running threads: