Skip to content

Instantly share code, notes, and snippets.

View rvteja92's full-sized avatar

Ravi Teja P rvteja92

View GitHub Profile

CompletableFuture

Definition

A CompletableFuture object is a placeholder for a result that might not be available at present but will be available in future.

The CompletableFuture library provides mechanisms to perform asynchronous