Skip to content

oplohmann/Loomi

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

19 Commits
 
 
 
 
 
 
 
 

Repository files navigation

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.

About

Little framework to have Go-style conncurrency in Java using channels and virtual threads from project Loom (JDK19 with preview features or newer)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages