Skip to content

Commit baba9be

Browse files
committed
add changes
add changes
1 parent c317cd5 commit baba9be

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

Code/threadpool.md

+2-2
Original file line numberDiff line numberDiff line change
@@ -16,15 +16,15 @@ description: 线程池
1616
生产者-消费者模式
1717
> + 同步层是生产者,不断将新任务丢到排队层
1818
> + 消费者是异步层,线程执行排队层的任务
19-
> ![threadpool](/Code/images/threadpool/threadpool.png)
19+
> ![threadpool](/Code/threadpool/threadpool.png)
2020
2121
###半同步半异步线程池-消费者###
2222

2323
![consumer](/Code/threadpool/consumer.png)
2424

2525
###半同步半异步线程池-生产者###
2626

27-
![producer](/Code/images/threadpool/producer.png)
27+
![producer](/Code/threadpool/producer.png)
2828

2929
###半同步半异步线程池特性###
3030
半同步半异步线程池特性介绍:

0 commit comments

Comments
 (0)