com.github.akurilov.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-concurrent Show documentation
Show all versions of java-concurrent Show documentation
The concurrency library which includes the coroutines functionality
The newest version!
package com.github.akurilov.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