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 ParallelizerFanout.withMaxConcurrency(int maxConcurrency) Returns a concurrency-limitedParallelizerthat can be used to run a potentially large number of fanout concurrent tasks using the currently configured standard (virtual thread) executor.static ParallelizerFanout.withUnlimitedConcurrency()Returns aParallelizerthat can be used to run any number of fanout concurrent tasks using the currently configured standard (virtual thread) executor.