Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

New posts in completable-future

How to flatten a list inside a stream of completable futures?

CompletableFuture exceptionally() and handle() swallowing RuntimeException?

Using CompletableFuture with @Async returns an empty response for spring boot API

Is it thread-safe to set value to class member property in CompletableFuture callback?

CompletableFuture.allOf cancel other futures when one throws exception [duplicate]

Ordered execution of many CompletableFuture.allof() while staying non-blocking

CompletableFuture is a Monad. But where is the Applicative?

Track status of multiple async requests when using Spring @Async

CompletableFuture: several tasks

Convert Future to Mono

How to combine two results of CompletableFuture when one depends on another?

Stop CompletableFuture chaining inside the Supplier

CompletableFuture: transformation vs. composition

Completablefuture doesnot complete on exception

Own ExecutorService used to create CompletableFuture does not terminate

Situational use: Run tasks in ForkJoinPool vs. new Thread

How to test with mockito a method that is running an async thread

Calling ExecutorService.shutdownNow from CompletableFuture

How to combine the result of execution of two CompletableFutures?

Can I repeat method using CompletableFuture until value is true