Skip to content

Latest commit

 

History

History
40 lines (27 loc) · 1.32 KB

File metadata and controls

40 lines (27 loc) · 1.32 KB

Example 06. Project Loom

ℹ️ About

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

📚 Stack

  • Language: Java 16 Early Access (SDKMan) java 16.ea.9.lm-open

  • Libraries: JUnit 5, AssertJ

  • Build and dependency management: Maven

💁‍♀️ Useful information

🚀 How to launch the project?

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).