标签:状态 mil notifyall 线程 异常 防止 style 丢失 微软
当一个线程进入 wait 之后,就必须等其他线程 notify/notifyall,使用 notifyall,可
以唤醒所有处于 wait 状态的线程,使其重新进入锁的争夺队列中,而 notify 只能
唤醒一个。
如果没把握,建议 notifyAll,防止 notigy 因为信号丢失而造成程序异常。
标签:状态 mil notifyall 线程 异常 防止 style 丢失 微软
原文地址:https://www.cnblogs.com/programb/p/13021119.html