CompletableFuture (Java 8+) est un Future qui peut être complété explicitement et prend en charge la composition non bloquante. Au lieu d'appeler get() et de bloquer un thread, vous attachez des rappels qui s'exécutent lorsque le résultat devient disponible. Il s'agit de l'implémentation Java du modèle Promise.

Création de CompleteableFuture
Full content is available with a subscription.
Get full access to all courses on the platform for one year with a single payment.
Unlike other platforms that charge per course, here you get everything for one price, and after one year of use there will be no automatic charge for the following year.