多線程_終止

package com.sxt.state; /** * 終止線程 1、線程正常執行完畢-->次數 2、外部干涉-->加入標識 不要使用stop、destroy * * @author * */ public class TerminateThread implements Runnable { // 1、加入標識 標記線程體是否可以運行 private boolean flag
相關文章
相關標籤/搜索