com.github.akurilov.commons.concurrent.throttle.IndexThrottle Maven / Gradle / Ivy
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