Uses of Interface
com.google.mu.util.concurrent.Fanout.Join3
Package
Description
Parallelizer (parallel stream using Executor), Retryer.
-
Uses of Fanout.Join3 in com.google.mu.util.concurrent
Modifier and TypeMethodDescriptionstatic <A,
B, C, R, X extends Throwable>
RFanout.concurrently
(Supplier<A> a, Supplier<B> b, Supplier<C> c, Fanout.Join3<? super A, ? super B, ? super C, R, X> join) Runsa
,b
andc
concurrently in their own virtual threads.static <A,
B, C, R, X extends Throwable>
RFanout.uninterruptibly
(Supplier<A> a, Supplier<B> b, Supplier<C> c, Fanout.Join3<? super A, ? super B, ? super C, R, X> join) Runsa
,b
andc
concurrently and uninterruptibly in their own virtual threads.