Uses of Class
com.google.mu.util.concurrent24.BoundedConcurrency
Packages that use BoundedConcurrency
Package
Description
Java 24 structured concurrency and gatherers (requires mug-concurrent24 artifact)
-
Uses of BoundedConcurrency in com.google.mu.util.concurrent24
Methods in com.google.mu.util.concurrent24 that return BoundedConcurrencyModifier and TypeMethodDescriptionstatic BoundedConcurrency
BoundedConcurrency.withMaxConcurrency
(int maxConcurrency) Returns aBoundedConcurrency
usingmaxConcurrency
.static BoundedConcurrency
BoundedConcurrency.withMaxConcurrency
(int maxConcurrency, ThreadFactory threadFactory)