Renew English and Chinese flowcharts

This commit is contained in:
Andy Pan 2019-10-08 20:49:47 +08:00
parent 617c89699a
commit 66350c88db
2 changed files with 2 additions and 2 deletions

View File

@ -39,7 +39,7 @@ Library `ants` implements a goroutine pool with fixed capacity, managing and rec
## `ants` works as the flowing flowchart ## `ants` works as the flowing flowchart
<p align="center"> <p align="center">
<img width="1028" alt="ants" src="https://user-images.githubusercontent.com/7496278/66307062-f6859980-e935-11e9-9f30-241c348cbc33.png"> <img width="1011" alt="ants-flowchart-en" src="https://user-images.githubusercontent.com/7496278/66396509-7b42e700-ea0c-11e9-8612-b71a4b734683.png">
</p> </p>
## How to install ## How to install

View File

@ -39,7 +39,7 @@ A goroutine pool for Go
## `ants` 运行时的流程图如下 ## `ants` 运行时的流程图如下
<p align="center"> <p align="center">
<img width="1028" alt="ants" src="https://user-images.githubusercontent.com/7496278/66307062-f6859980-e935-11e9-9f30-241c348cbc33.png"> <img width="845" alt="ants-flowchart-cn" src="https://user-images.githubusercontent.com/7496278/66396519-7ed66e00-ea0c-11e9-9c1a-5ca54bbd61eb.png">
</p> </p>
## 安装 ## 安装