Uses of Class
com.google.mu.util.concurrent.Parallelizer
Packages that use Parallelizer
-
Uses of Parallelizer in com.google.mu.util.concurrent
Methods in com.google.mu.util.concurrent that return ParallelizerModifier and TypeMethodDescriptionstatic 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.static Parallelizer
Fanout.withUnlimitedConcurrency()
Returns aParallelizer
that can be used to run any number of fanout concurrent tasks using the currently configured standard (virtual thread) executor.