Skip to content

Commit

Permalink
README链接
Browse files Browse the repository at this point in the history
  • Loading branch information
xfrogcn committed Feb 22, 2021
1 parent eea8b7c commit 0b2cddf
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,4 +74,6 @@ HttpClient包含以下功能:
## 并行队列处理

并行队列处理可以将一个大的队列,拆分到多个子队列进行并行处理,以提高处理效率。同时,在每个子队列处理中实现了处理管道,可灵活扩展。
![Img](并行队列.png)
![Img](并行队列.png)

有关并行队列的文档,请参考[并行队列](./doc/ParallelQueue.md)

0 comments on commit 0b2cddf

Please sign in to comment.