Uses of Interface
com.google.mu.util.concurrent.StructuredConcurrency.Join2
Package
Description
Parallelizer (parallel stream using Executor), Retryer.
-
Uses of StructuredConcurrency.Join2 in com.google.mu.util.concurrent
Modifier and TypeMethodDescription<A,
B, R, X extends Throwable>
RStructuredConcurrency.concurrently
(Supplier<A> a, Supplier<B> b, StructuredConcurrency.Join2<? super A, ? super B, R, X> join) Deprecated.Runsa
andb
concurrently in their own virtual threads.<A,
B, R, X extends Throwable>
RStructuredConcurrency.uninterruptibly
(Supplier<A> a, Supplier<B> b, StructuredConcurrency.Join2<? super A, ? super B, R, X> join) Deprecated.Runsa
andb
concurrently and uninterruptibly in their own virtual threads.