Uses of Interface
io.helidon.common.concurrency.limits.SemaphoreLimit
Packages that use SemaphoreLimit
Package
Description
Concurrency limits API and default implementations.
-
Uses of SemaphoreLimit in io.helidon.common.concurrency.limits
Classes in io.helidon.common.concurrency.limits that implement SemaphoreLimitModifier and TypeClassDescriptionclassAIMD based limiter.classSemaphore based limit, that supports queuing for a permit, and timeout on the queue.classThroughput based limit, that is backed by a semaphore with timeout on the queue.