TL;DR: Get hands-on with Project Loom in Java by building a Spring Boot app from scratch. You’ll progressively add Virtual Threads for ultra-lightweight, high-throughput concurrency, Structured Concurrency to manage related tasks as a single unit, and Scoped Values as a modern ThreadLocal replacement designed for virtual threads.
By the end of the session you’ll have a clear blueprint for writing simpler, more scalable concurrent code—no more wrestling with low-level thread APIs or messy thread locals.
Watch on YouTube
Top comments (0)