Remove the ineffectual info from README's

This commit is contained in:
Andy Pan 2022-11-20 22:44:17 +08:00
parent b4dedcd523
commit ad3f65bf5b
2 changed files with 0 additions and 8 deletions

View File

@ -28,10 +28,6 @@ Library `ants` implements a goroutine pool with fixed capacity, managing and rec
- Efficient in memory usage and it even achieves [higher performance](#-performance-summary) than unlimited goroutines in Golang
- Nonblocking mechanism
## ⚔️ Tested in the following Golang releases:
All releases from **Go1.8.x** to **Go1.18.x**.
## 💡 How `ants` works
### Flow Diagram

View File

@ -28,10 +28,6 @@
- 资源复用,极大节省内存使用量;在大规模批量并发任务场景下比原生 goroutine 并发具有[更高的性能](#-性能小结)
- 非阻塞机制
## ⚔️ 目前测试通过的 Golang 版本:
**Go 1.8.x****Go 1.18.x** 的所有版本。
## 💡 `ants` 是如何运行的
### 流程图