Skip to content

Latest commit

 

History

History
7 lines (5 loc) · 341 Bytes

README.md

File metadata and controls

7 lines (5 loc) · 341 Bytes

Loomi

Little framework to have Go-style concurrency in Java using channels and virtual threads from project Loom (see https://openjdk.org/projects/loom/).

Requirements:

  • JDK19 including project Loom preview features which can be downloaded from here: https://jdk.java.net/loom/
  • IntelliJ 2022.2.3 or newer as it has support for JDK19.