Package com.github.mizool.core.concurrent
-
Class Summary Class Description BufferedStreamAdapter<F,V> Buffers a stream of futures and provides the results as a new stream.BufferedStreamAdapter.Completable BufferedStreamAdapter.Listenable Futures FutureStreamJoiner Joins a stream of futures, returning a single joint future.FutureStreamJoiner.Completable Provides fluent syntax for joining completable futures.FutureStreamJoiner.Listenable Provides fluent syntax for joiningListenableFutures
.Lazy<T> A value container where the value is lazily obtained from the givenSupplier
on the firstLazy.get()
call.ListenableFutureCollector Deprecated. This class does not propagate exceptions consistently and will be removed.ResultVoidingFuture Deprecated. Use the factory methodFutures.toVoidResult(ListenableFuture)
instead.Synchronizer Encapsulates synchronization and wait/notify functionality.Threads