Class JmcCompletableFuture<T>

java.lang.Object
java.util.concurrent.CompletableFuture<T>
org.mpi_sws.jmc.api.util.concurrent.JmcCompletableFuture<T>
Type Parameters:
T - the type of the result of the future
All Implemented Interfaces:
CompletionStage<T>, Future<T>

public class JmcCompletableFuture<T> extends CompletableFuture<T>
A JMC-specific version of CompletableFuture that allows for custom execution and provides a way to set an underlying JmcFuture.