This commit is contained in:
M66B
2020-02-11 16:11:03 +01:00
parent a0ae00ba2c
commit b3ec457738
2 changed files with 78 additions and 94 deletions

View File

@@ -212,13 +212,6 @@ public class Helper {
protected void beforeExecute(Thread t, Runnable r) {
Log.d("Executing " + t.getName());
}
@Override
public void shutdown() {
Log.i("Shutdown " + name);
super.getQueue().clear();
super.shutdown();
}
}
private static class PriorityFuture<T> implements RunnableFuture<T> {