update image paths

This commit is contained in:
Ilkka Seppälä
2021-10-31 20:00:22 +02:00
parent fd915161ee
commit 4d54781f79
99 changed files with 48 additions and 48 deletions

View File

@ -10,7 +10,7 @@ tags:
生产者消费者设计模式是一种经典的并发模式,通过将工作与执行工作任务分开来减少生产者与消费者之间的耦合。
## 类图
![alt text](../../../producer-consumer/etc/producer-consumer.png "Producer Consumer")
![alt text](etc/producer-consumer.png "Producer Consumer")
## 适用性
在以下情况下使用生产者消费者