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