Skip to content

Commit

Permalink
mail test
Browse files Browse the repository at this point in the history
  • Loading branch information
huhaosumail committed Jun 24, 2024
1 parent 557f9b6 commit 3d50511
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -364,6 +364,7 @@ public static <T> CompletableFuture<List<T>> mSupplyAsync(Executor executor, Sup
*/
@Contract(pure = true)
public static <T1,T2> CompletableFuture<Tuple2<T1,T2>> allTupleOfMSupplyAsync(Supplier<? extends T1> supplier1,Supplier<? extends T2> supplier2) {

return allTupleOfMSupplyAsync(AsyncPoolHolder.ASYNC_POOL,supplier1,supplier2);
}

Expand Down

0 comments on commit 3d50511

Please sign in to comment.