Virtual Threads, Structured Concurrency and Scoped Values: Putting It All Together
This talk dives into Project Loom’s three musketeers—lightweight Virtual Threads, unified Structured Concurrency, and modern Scoped Values—and shows how they team up to make Java concurrency a breeze. You’ll see how virtual threads let you spin up tons of tasks without killing performance, how structured concurrency keeps error handling and shutdowns neat, and how scoped values replace messy ThreadLocals.
We’ll build a Spring Boot app from scratch, slotting in each Loom feature step by step. By the end, you’ll walk away with a clear roadmap for writing concurrent Java that’s simpler, rock-solid scalable, and way more maintainable.
Watch on YouTube
Top comments (0)