sample-java-concurrency icon indicating copy to clipboard operation
sample-java-concurrency copied to clipboard

Demo app and JUnit tests illustrating the most useful concurrency mechanisms in Java

Java Concurrency and Parallelism Demo Project Twitter

Go to the following articles for more details:

  1. How to build your own HTTP server with #Java API, use virtual threads for handling incoming requests and compare performance with version based on standard threads -> Java HTTP Server and Virtual Threads
  2. How to use virtual threads, build a native image with GraalVM and run such the Java app on Kubernetes -> Native Java with GraalVM and Virtual Threads on Kubernetes