fosstodon.org is one of the many independent Mastodon servers you can use to participate in the fediverse.
Fosstodon is an invite only Mastodon instance that is open to those who are interested in technology; particularly free & open source software. If you wish to join, contact us for an invite.

Administered by:

Server stats:

8.8K
active users

#ProjectLoom

1 post1 participant0 posts today

If you ever struggled with #Java concurrency, #ProjectLoom might be your “finally” moment. Mihaela Gheorghe-Roman walks through how lightweight threads could change scaling in Java apps—without async hell.

For anyone who gave up on Java too early: javapro.io/2025/05/22/java-thr

JAVAPRO International · Java evolution from Applets to microservicesExplore Java evolution from Applets to microservices, from early web interactivity to modern cloud-native and enterprise applications

Concurrency in #Java often feels like untangling a fishing net with gloves on. Ron Veen asks: what if scope meant something for threads, too? StructuredTaskScope brings clarity, but Java 25 might change everything again.

Full read: javapro.io/2025/04/18/structur

JAVAPRO International · Structured concurrency - JAVAPRO InternationalStructured Concurrency was the second delivery that came out of Project Loom. It was first introduced in Java…