报告对 Thread.stop()Thread.suspend()Thread.resume() 的调用。

这些调用本质上容易导致数据损坏和死锁,强烈建议不要使用。 最好使用合作取消代替 stop,使用中断代替直接调用 suspendresume