GP-5887 moved some threading support into Generic

This commit is contained in:
ghidragon
2025-12-12 09:56:56 -05:00
committed by ghidra1
parent dfe5136e96
commit 52ecdc701a
2 changed files with 5 additions and 7 deletions

View File

@@ -20,7 +20,6 @@ import java.util.Map;
import java.util.concurrent.*;
import java.util.concurrent.atomic.AtomicInteger;
import generic.util.NamedDaemonThreadFactory;
import ghidra.util.SystemUtilities;
/**

View File

@@ -1,6 +1,5 @@
/* ###
* IP: GHIDRA
* REVIEWED: YES
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
@@ -14,7 +13,7 @@
* See the License for the specific language governing permissions and
* limitations under the License.
*/
package generic.util;
package generic.concurrent;
import java.util.concurrent.Executors;
import java.util.concurrent.ThreadFactory;