Uses of Interface
org.tquadrat.foundation.util.AutoSemaphore
Packages that use AutoSemaphore
Package
Description
The utility classes provided for the Foundation
library.
Internal utility classes for the util module of the Foundation library plus
the implementations for the exported components.
-
Uses of AutoSemaphore in org.tquadrat.foundation.util
Methods in org.tquadrat.foundation.util that return AutoSemaphoreModifier and TypeMethodDescriptionstatic AutoSemaphoreAutoSemaphore.of(int permits) Creates anAutoSemaphoreinstance with the given number of permits and non-fair fairness setting.static AutoSemaphoreAutoSemaphore.of(int permits, boolean fair) Creates anAutoSemaphoreinstance with the given number of permits and the given fairness setting.static AutoSemaphoreCreates anAutoSemaphoreinstance with the given number of permits and the given fairness setting.static AutoSemaphoreCreates anAutoSemaphoreinstance with the given number of permits and non-fair fairness setting. -
Uses of AutoSemaphore in org.tquadrat.foundation.util.internal
Classes in org.tquadrat.foundation.util.internal that implement AutoSemaphoreModifier and TypeClassDescriptionfinal classThe implementation ofAutoSemaphore.final classAn implementation forAutoSemaphorethat allows a timeout for the permits.
