CompletableFuture and Its Quirks in Java
Offered By: GeeCON Conference via YouTube
Course Description
Overview
Explore the intricacies of CompletableFuture in Java through this 54-minute conference talk from GeeCON Prague 2022. Delve into the revolutionary yet quirky world of asynchronous processing as Grzegorz Piwowarek conducts a live coding session. Uncover the hidden traps and surprises within CompletableFuture's implementation, focusing on crucial aspects such as thread pools that support task execution, the nuances of exception propagation, and the complexities of cancellations. Gain insights into the unintuitive methods present in the public API, equipping yourself with essential knowledge to navigate and optimize your use of this powerful Java feature.
Syllabus
GeeCON Prague 2022: Grzegorz Piwowarek - CompletableFuture and its Quirks
Taught by
GeeCON Conference
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