Completed
Partitioning
Class Central Classrooms beta
YouTube videos curated by Class Central.
Classroom Contents
Parallel Streams and CompletableFuture: Concurrency in Java 8 - Optimization Techniques
Automatically move to the next video in the Classroom when playback concludes
- 1 Introduction
- 2 About Ken
- 3 Modern Java Recipes
- 4 Safari Books
- 5 Definitions
- 6 Simple Made Easy
- 7 Brian Gets
- 8 Factory Methods
- 9 Parallel and Sequential
- 10 Part of a Pipeline
- 11 Sequential Parallel Tests
- 12 When is Parallel Worth Doing
- 13 Partitioning
- 14 Demonstration
- 15 Fork Join Pool
- 16 Change Threads
- 17 Future
- 18 Busy Waiting
- 19 CompletableFuture
- 20 Methods
- 21 Combined Methods
- 22 Overloads
- 23 Async
- 24 Overload
- 25 Supply Async
- 26 Get and Join
- 27 Wait quiescence
- 28 Example