Skip to content

91Phoenix/testCompletableFuture

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

13 Commits
 
 
 
 
 
 

Repository files navigation

testCompletableFuture

When we need to perform several "slow" remote calls we have to main approaches to speed up:

  1. To use Parallel Streams
  2. To use CompletableFuture

This example shows how the CompletableFuture API might be considered much more flexible than Parallel Stream.

About

testingCompletableFuture

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages