Uses of Class
io.atomix.utils.concurrent.AtomixFuture
-
Packages that use AtomixFuture Package Description io.atomix.utils.concurrent Provides classes and interfaces for managing concurrency. -
-
Uses of AtomixFuture in io.atomix.utils.concurrent
Methods in io.atomix.utils.concurrent that return AtomixFuture Modifier and Type Method Description static <T> AtomixFuture<T>AtomixFuture. wrap(CompletableFuture<T> future)Wraps the given future in a new blockable future.
-