Package org.xbill.DNS
Class AsyncSemaphore
java.lang.Object
org.xbill.DNS.AsyncSemaphore
-
Nested Class Summary
Nested Classes -
Field Summary
FieldsModifier and TypeFieldDescriptionprivate final Stringprivate intprivate final Queue<CompletableFuture<AsyncSemaphore.Permit>> private final AsyncSemaphore.Permit -
Constructor Summary
Constructors -
Method Summary
-
Field Details
-
queue
-
singletonPermit
-
name
-
permits
private volatile int permits
-
-
Constructor Details
-
AsyncSemaphore
AsyncSemaphore(int permits, String name)
-
-
Method Details
-
acquire
-