Uses of Interface
com.google.mu.util.concurrent.Fanout.Join2
Packages that use Fanout.Join2
-
Uses of Fanout.Join2 in com.google.mu.util.concurrent
Methods in com.google.mu.util.concurrent with parameters of type Fanout.Join2Modifier and TypeMethodDescriptionstatic <A, B, R, X extends Throwable>
RFanout.concurrently
(Supplier<A> a, Supplier<B> b, Fanout.Join2<? super A, ? super B, R, X> join) Runsa
andb
concurrently in their own virtual threads.