Java's Concurrency Journey: Exploring Structured Concurrency and Scoped Values
Offered By: Devoxx via YouTube
Course Description
Overview
Embark on a deep-dive exploration of Java's evolving concurrency landscape in this comprehensive conference talk. Trace the journey from classic threads through Runnables, ExecutorService, CompletableFutures, and ForkJoinPools, culminating in the introduction of virtual threads. Discover how the increased thread count in Java programs has led to new challenges in thread coordination, observability, and isolation. Delve into two cutting-edge features currently in development: Structured Concurrency and Scoped Values. Learn how these innovations address the complexities arising from virtual threads through live demonstrations and practical examples. Analyze the potential impact of these features on daily programming practices and contemplate whether Java's concurrency journey has reached its final destination or if more developments are on the horizon.
Syllabus
Java's Concurrency Journey Continues! Exploring Structured Concurrency and Scoped Values by Embregts
Taught by
Devoxx
Related Courses
Java Fundamentals: HttpClientPluralsight Multithreading,Parallel & Asynchronous Coding in Modern Java
Udemy New Concurrency Utilities in Java 8
GOTO Conferences via YouTube Building Responsive, Scalable Systems with Asynchrony and Flow Control
Devoxx via YouTube Back to the CompletableFuture - Concurrency in Action
Devoxx via YouTube