Uses of Interface
org.tquadrat.foundation.lang.AutoSemaphore
Packages that use AutoSemaphore
Package
Description
Some general language extensions provided by the Foundation
Library.
The internal implementations of some general language extensions provided
by the Foundation Library.
-
Uses of AutoSemaphore in org.tquadrat.foundation.lang
Methods in org.tquadrat.foundation.lang 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.lang.internal
Classes in org.tquadrat.foundation.lang.internal that implement AutoSemaphoreModifier and TypeClassDescriptionfinal classThe implementation ofAutoSemaphore.final classAn implementation forAutoSemaphorethat allows a timeout for the permits.
