Package com.github.mizool.core.concurrent
package com.github.mizool.core.concurrent
-
ClassDescriptionBuffers a stream of futures and provides the results as a new stream.Joins a stream of futures, returning a single joint future.Provides fluent syntax for joining completable futures.Provides fluent syntax for joining
ListenableFutures
.Lazy<T>A value container where the value is lazily obtained from the givenSupplier
on the firstLazy.get()
call.Encapsulates synchronization and wait/notify functionality.Provides fluent syntax forSynchronizer
.