This commit is contained in:
dordsor21
2020-04-29 21:30:28 +01:00
12 changed files with 28 additions and 20 deletions

View File

@ -167,7 +167,7 @@ public abstract class QueueHandler implements Trimable, Runnable {
return sync(call, syncTasks);
}
// Lower priorty sync task (runs only when there are no other tasks)
// Lower priority sync task (runs only when there are no other tasks)
public <T> Future<T> syncWhenFree(Runnable run, T value) {
return sync(run, value, syncWhenFree);
}