Package com.apple.foundationdb.async
package com.apple.foundationdb.async
Provides additional constructs for asynchronous programming against Java's
CompletableFuture
s.-
ClassDescriptionA collection of elements that can be iterated over in a non-blocking fashion.A version of
Iterator
that allows for non-blocking iteration over elements.Provided utilities for using and manipulatingCompletableFuture
s.Describes an operation or signal that can be cancelled.AnException
that can be duplicated with a new backtrace.A version ofAsyncIterator
that must be closed once no longer in use in order to free any associated resources.