摘要:
线程中断:Interrupt、isInterrupted、interrupted 线程并不是抢占式的,线程是协作式的。 Interrupt:声明此线程中断,但是线程并不会立即中断; isInterrupted:判断此线程是否已中断,判断完后不修改线程的中断状态; interrupted:判断此线程是 阅读全文
posted @ 2020-04-13 23:32
踏步
阅读(361)
评论(0)
推荐(0)
摘要:
package com.mjtabu.api.thread; import java.lang.management.ManagementFactory; import java.lang.management.ThreadInfo; import java.lang.management.Thre 阅读全文
posted @ 2020-04-13 21:06
踏步
阅读(255)
评论(0)
推荐(0)
浙公网安备 33010602011771号