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