線程的終止操作

1.使用interrupt()/isInterrupted()/interrupted() interrupt() 在一個線程中調用另一個線程的interrupt()方法,即會向那個線程發出信號-->線程中斷標誌已設置 isInterrupted() 判斷當前線程的中斷狀態(true 終止) interrupted() 線程的靜態方法,用來恢復中斷狀態(注:作用與當前線程中) interrupt:
相關文章
相關標籤/搜索