Package io.aether.utils.futures
-
Interface Summary Interface Description AFuture An asynchronous operation that completes with no return value (void).AFutureBase<Self extends AFutureBase<Self>> Base interface defining the common life cycle, status, and chaining methods for all asynchronous operations (AFuture and ARFuture).ARFuture<T> An asynchronous operation that completes with a result value of type T. -
Class Summary Class Description ARFutureWithFlag<T>