Table of Contents
This project contains small examples and code snippets to test the new features that Java incorporates with Project Loom
The list of examples is as follows:
-
Hello Loom
-
Loom Thread Builder
-
Three Million Tasks
-
Structured Concurrency
-
Cancellations and Deadlines
-
Language: Java 16 Early Access (SDKMan) java 16.ea.9.lm-open
-
Libraries: JUnit 5, AssertJ
-
Build and dependency management: Maven
To start this project you only need to have an early access version of Java (Java 16+ EA) with Project Loom.
You can use SDKMan to get the latest updated build.
The project is designed to be executed from your favorite IDE (the tests have been carried out on IntelliJ Idea without problems).