This commit is contained in:
Izzel_Aliz
2018-05-09 13:04:58 +08:00
parent 3f4940c6b7
commit 2b14457309
72 changed files with 1249 additions and 1318 deletions

View File

@@ -4,8 +4,8 @@ import java.util.LinkedList;
public class ThreadUtils {
private static PoolWorker[] threads;
private static final LinkedList<Runnable> queue = new LinkedList<>();
private static PoolWorker[] threads;
/**
* 构造方法