com.github.akurilov.commons.concurrent.throttle.IndexThrottle Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of java-commons Show documentation
Show all versions of java-commons Show documentation
Common functionality Java library
package com.github.akurilov.commons.concurrent.throttle;
public interface IndexThrottle {
boolean tryAcquire(final int index);
int tryAcquire(final int index, final int times);
}
© 2015 - 2025 Weber Informatics LLC | Privacy Policy