- tryAcquire(int) - Method in class io.vertxconcurrent.Semaphore
-
Acquires the given number of permits from this semaphore, only if they are available at the
time of invocation.
- tryAcquire() - Method in class io.vertxconcurrent.Semaphore
-
Acquires a permit from this semaphore, only if one is available at the
time of invocation.
- tryAcquire(int, long, TimeUnit, Consumer<Boolean>) - Method in class io.vertxconcurrent.Semaphore
-
Acquires the given number of permits from this semaphore, if all
become available within the given waiting time.
- tryAcqure(long, TimeUnit, Consumer<Boolean>) - Method in class io.vertxconcurrent.Semaphore
-
Acquires one permit from this semaphore, if it
becomes available within the given waiting time.