Uses of Class
com.google.mu.util.concurrent.Parallelizer
Package
Description
Parallelizer (parallel stream using Executor), Retryer.
-
Uses of Parallelizer in com.google.mu.util.concurrent
Modifier and TypeMethodDescriptionstatic Parallelizer
Parallelizer.newDaemonParallelizer
(int maxConcurrency) Deprecated.static Parallelizer
Parallelizer.virtualThreadParallelizer
(int maxConcurrency) Deprecated.UseFanout.withMaxConcurrency(int)
insteadstatic Parallelizer
Fanout.withMaxConcurrency
(int maxConcurrency) Returns a concurrency-limitedParallelizer
that can be used to run a potentially large number of fanout concurrent tasks using the currently configured standard (virtual thread) executor.
Fanout.withMaxConcurrency(int)
on virtual threads instead