Virtual Threads, Structured Concurrency and Scoped Values are the superhero trio of Project Loom for Java, making concurrency feel lightweight, scalable and way easier to manage. In a live Spring Boot demo, you’ll see how virtual threads let you spin up tons of cheap threads, structured concurrency wraps them into neat work units, and scoped values give you a modern, ThreadLocal-free way to pass context.
By the end of this session you’ll walk away with a clear recipe for stitching these features into your own apps—simpler code, better throughput and maintainable concurrency without the usual headaches.
Watch on YouTube
Top comments (0)