Fasten versions loading
This commit is contained in:
@@ -89,10 +89,8 @@ public final class TaskExecutor {
|
||||
|
||||
while (!workerQueue.isEmpty()) {
|
||||
Future<?> future = workerQueue.poll();
|
||||
if (future != null) {
|
||||
if (future != null)
|
||||
future.cancel(true);
|
||||
System.out.println("Canceled " + future);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user