In this session, Balkrishna R walks you through building a Spring Boot app from scratch, progressively layering in Project Loom’s goodies: Virtual Threads for near-infinite lightweight threads, Structured Concurrency to treat related tasks as a single unit of work, and Scoped Values as a sleek replacement for ThreadLocal on virtual threads. You’ll see each concept in action with clear, real-world examples.
By the end, you’ll have a solid playbook for writing concurrent Java that’s cleaner, more scalable, and a breeze to maintain—goodbye thread-pool headaches and hello high-throughput code.
Watch on YouTube
Top comments (0)