Let’s see other possibilities than the default ones that can be done with the structured concurrency API.
-
Preparing for JDK 21: A Comprehensive Overview of Key Features and Enhancements
As we inch to the release of JDK 21 in September (next month!), get familiar with the features and improvements this version will bring!
-
It’s Java 20 Release Day! Here’s What’s New
In this article, we will take you on a tour through all JEPs that come with this release and give you a brief introduction of each one of them.
-
The 5 Most Pivotal and Innovative Additions to OpenJDK 19
Although OpenJDK 19 is not an LTS, it is still a significant release, in my opinion. It includes several game-changing features that will alter the Java landscape.
-
What Can We Expect In OpenJDK 19?
Although the Java 19 release is coming in September (2022-09-20), we already know what will happen in that release!
-
How to run the Java Incubator Module from the Command Line and IntelliJ IDEA
JEP 425: Virtual Threads (Preview) has been proposed recently. It has been a long-awaited feature in Java. It opens the door to Structured Concurrency. This article isn’t about it, in case you are interested, you can read, the JEP draft: …