Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 155 Bytes

File metadata and controls

5 lines (3 loc) · 155 Bytes

synchronized与wait-notify

生产者消费者问题, 虽然在现实中不太常见, 但却是很好的学习线程间通信的场景。

示例代码: