asyncGetResults

Returns results of suppliers made asynchronously.

Each supplier runs on a virtual thread (off the main thread). Even if ResultSupplier.Context.asyncContext is null, an async context is set internally before suppliers run.

Return

CompletableFuture Future of generated items list. If no supplier applied, completes with an empty list.

Parameters

context

Context of ResultSupplier

See also