A fork of original BigQueue, extended and productionized.
Important: this library is not compatible with original, but the migration is straightforward.
repositories {
maven("https://jitpack.io")
}
dependencies {
implementation("com.github.maxim5:bigqueue:0.1.1")
}