摘要: package bao;import java.util.LinkedList;public class mythdread extends ThreadGroup{ private boolean isActive; private static int threadPoolID; private LinkedList taskQueue; private int threadID; public mythdread(int numThreads) { super("ThreadPool-" + (threadPoolID++)); // TODO Auto-genera 阅读全文
posted @ 2012-09-04 10:09 LLLeon 阅读(123) 评论(0) 推荐(0) 编辑