1、interrupt 方法可以用来 中断 线程的阻塞状态(例如: thread.interupt() 将会改变 线程thread的阻塞状态)
2、join 阻塞当前线程
3、退出循环线程一般可以用变量标记。