diff --git a/README.md b/README.md index 7c153cb..9ad62cf 100644 --- a/README.md +++ b/README.md @@ -9,9 +9,8 @@ A goroutine pool for Go
- + -

@@ -37,6 +36,11 @@ Library `ants` implements a goroutine pool with fixed capacity, managing and rec - 1.12.x - 1.13.x +## ants works as the flowing flowchart + +

+ants +

## How to install diff --git a/README_ZH.md b/README_ZH.md index 3cb47b7..84b3520 100644 --- a/README_ZH.md +++ b/README_ZH.md @@ -9,9 +9,8 @@ A goroutine pool for Go
- + -

@@ -37,6 +36,12 @@ A goroutine pool for Go - 1.12.x - 1.13.x +## ants 运行时的流程图如下 + +

+ants +

+ ## 安装