Package com.apple.foundationdb.async
Provides additional constructs for asynchronous programming against Java's
CompletableFutures.-
Interface Summary Interface Description AsyncIterable<T> A collection of elements that can be iterated over in a non-blocking fashion.AsyncIterator<T> A version ofIteratorthat allows for non-blocking iteration over elements.Cancellable Describes an operation or signal that can be cancelled.CloneableException AnExceptionthat can be duplicated with a new backtrace.CloseableAsyncIterator<T> A version ofAsyncIteratorthat must be closed once no longer in use in order to free any associated resources. -
Class Summary Class Description AsyncUtil Provided utilities for using and manipulatingCompletableFutures.