You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Moved functionality from LettuceFutures into internal.Futures and let LettuceFutures delegate to internal.Futures. Rename resource.Futures to PromiseAdapter and remove PromiseAggregator in favor of CompletableFuture.allOf(…).
We have a couple of
Future
utilities:We should consolidate these into a single utility.
The text was updated successfully, but these errors were encountered: