Advanced Asynchronous Programming in Java
This course covers advanced asynchronous programming in Java, focusing on the CompletableFuture API and the Executor Framework. You'll learn to create and manage thread pools with ExecutorService and ThreadPoolExecutor, submit tasks, customize thread pool behavior, and build asynchronous pipelines by chaining and combining tasks.
Lessons and practices
Running Executor Services in Action
Expand Your Thread Pool Capacity
Scheduling Tasks with Executors
Fix the Executor Shutdown Logic
Managing API Data with Executors
Callable and Future in Action
Handling Multiple Callables with Future
Submitting Multiple Tasks with invokeAll
Fix Callable Submission Error
Callable Task for Sum Calculation
Executing CompletableFuture in Action
Handling Task Completion and Results in CompletableFuture
Parallel Tasks with CompletableFuture
Handling Exceptions Gracefully
Adding Time Management to Workflows
Async Weather Forecasting Challenge
Custom ThreadPoolExecutor in Action
Exploring Thread Pool Queues
Fix the ThreadPoolExecutor Bug
Enhance ThreadPool Management
Web Scraper with ThreadPoolExecutor
Executing Asynchronous Tasks Efficiently
Exploring Executor Types
Fix CompletableFuture Code Bug
Extend CompletableFuture with thenApplyAsync
Build a Stock Price Fetcher
Interested in this course? Learn and practice with Cosmo!
Practice is how you turn knowledge into actual skills.