91av视频/亚洲h视频/操亚洲美女/外国一级黄色毛片 - 国产三级三级三级三级

  • 大小: 4KB
    文件類型: .java
    金幣: 1
    下載: 0 次
    發布日期: 2021-01-09
  • 語言: Java
  • 標簽:

資源簡介

小游戲超級瑪麗項目.

資源截圖

代碼片段和文件信息

package?com.brackeen.javagamebook.util;
import?java.util.linkedList;

/**
????A?thread?pool?is?a?group?of?a?limited?number?of?threads?that
????are?used?to?execute?tasks.
*/
public?class?ThreadPool?extends?ThreadGroup?{

????private?boolean?isAlive;
????private?linkedList?taskQueue;
????private?int?threadID;
????private?static?int?threadPoolID;

????/**
????????Creates?a?new?ThreadPool.
????????@param?numThreads?The?number?of?threads?in?the?pool.
????*/
????public?ThreadPool(int?numThreads)?{
????????super(“ThreadPool-“?+?(threadPoolID++));
????????setDaemon(true);

????????isAlive?=?true;

????????taskQueue?=?new?linkedList();
????????for?(int?i=0;?i????????????new?PooledThread().start();
????????}
????}


????/**
????????Requests?a?new?t

評論

共有 條評論

相關資源