Uses of Class
org.tquadrat.foundation.util.internal.TimeoutSemaphoreImpl.Token
Packages that use TimeoutSemaphoreImpl.Token
Package
Description
Internal utility classes for the util module of the Foundation library plus
the implementations for the exported components.
-
Uses of TimeoutSemaphoreImpl.Token in org.tquadrat.foundation.util.internal
Fields in org.tquadrat.foundation.util.internal with type parameters of type TimeoutSemaphoreImpl.TokenModifier and TypeFieldDescriptionprivate final Map
<UUID, TimeoutSemaphoreImpl.Token> TimeoutSemaphoreImpl.m_Registry
The permit registry.Methods in org.tquadrat.foundation.util.internal that return TimeoutSemaphoreImpl.TokenModifier and TypeMethodDescriptionprivate final TimeoutSemaphoreImpl.Token
TimeoutSemaphoreImpl.createToken
(int permits) Creates a token and adds to the registry.