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 AutoSemaphore
AutoSemaphore.of
(int permits) Creates anAutoSemaphore
instance with the given number of permits and non-fair fairness setting.static AutoSemaphore
AutoSemaphore.of
(int permits, boolean fair) Creates anAutoSemaphore
instance with the given number of permits and the given fairness setting.static AutoSemaphore
Creates anAutoSemaphore
instance with the given number of permits and the given fairness setting.static AutoSemaphore
Creates anAutoSemaphore
instance 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 class
The implementation ofAutoSemaphore
.final class
An implementation forAutoSemaphore
that allows a timeout for the permits.