标签:nbsp zed 线程 idt img alt 同步代码块 http 功能
实现锁:
1.同步代码块:
2.同步方法:在方法的头部加上synchronized
3.Lock:功能比synchronized更加的强大,但是加锁的时一定不要忘记解锁unlock();
在使用lock锁时,想要实现睡眠唤醒功能,就要使用condition,对应的方法是await(),singal(),singalAll()
标签:nbsp zed 线程 idt img alt 同步代码块 http 功能
原文地址:https://www.cnblogs.com/SoftwareBuilding/p/11453498.html