From 49150bfa5efb589d06c72bd706300e10b2f476f3 Mon Sep 17 00:00:00 2001 From: Andy Pan Date: Mon, 7 Oct 2019 19:31:03 +0800 Subject: [PATCH] Add flowcharts of ants into READMEs --- README.md | 8 ++++++-- README_ZH.md | 9 +++++++-- 2 files changed, 13 insertions(+), 4 deletions(-) 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 +

+ ## 安装