mirror of https://github.com/panjf2000/ants.git
Update READMEs
This commit is contained in:
parent
ad86bfa6d2
commit
a195593eb7
|
@ -367,13 +367,16 @@ Source code in `ants` is available under the MIT [License](/LICENSE).
|
||||||
## 📚 Relevant Articles
|
## 📚 Relevant Articles
|
||||||
|
|
||||||
- [Goroutine 并发调度模型深度解析之手撸一个高性能 goroutine 池](https://taohuawu.club/high-performance-implementation-of-goroutine-pool)
|
- [Goroutine 并发调度模型深度解析之手撸一个高性能 goroutine 池](https://taohuawu.club/high-performance-implementation-of-goroutine-pool)
|
||||||
|
- [Handling 1 Million Requests per Minute with Golang](https://medium.com/smsjunk/handling-1-million-requests-per-minute-with-golang-f70ac505fcaa)
|
||||||
|
|
||||||
## 👨👨👧👦 Users of ants (please feel free to add your projects here ~~)
|
## 🖥 User cases
|
||||||
|
|
||||||
|
Please feel free to add your projects here~~
|
||||||
|
|
||||||
<a href="https://github.com/panjf2000/gnet" target="_blank"><img src="https://raw.githubusercontent.com/panjf2000/logos/master/gnet/logo.png" width="150" align="middle"/></a>
|
<a href="https://github.com/panjf2000/gnet" target="_blank"><img src="https://raw.githubusercontent.com/panjf2000/logos/master/gnet/logo.png" width="150" align="middle"/></a>
|
||||||
<a href="https://www.tencent.com"><img src="https://www.tencent.com/img/index/tencent_logo.png" width="250" align="middle"/></a>
|
<a href="https://www.tencent.com"><img src="https://www.tencent.com/img/index/tencent_logo.png" width="250" align="middle"/></a>
|
||||||
|
|
||||||
## JetBrains OS licenses
|
## 🔋 JetBrains OS licenses
|
||||||
|
|
||||||
`ants` had been being developed with GoLand under the **free JetBrains Open Source license(s)** granted by JetBrains s.r.o., hence I would like to express my thanks here.
|
`ants` had been being developed with GoLand under the **free JetBrains Open Source license(s)** granted by JetBrains s.r.o., hence I would like to express my thanks here.
|
||||||
|
|
||||||
|
|
|
@ -368,13 +368,16 @@ pool.Reboot()
|
||||||
## 📚 相关文章
|
## 📚 相关文章
|
||||||
|
|
||||||
- [Goroutine 并发调度模型深度解析之手撸一个高性能 goroutine 池](https://taohuawu.club/high-performance-implementation-of-goroutine-pool)
|
- [Goroutine 并发调度模型深度解析之手撸一个高性能 goroutine 池](https://taohuawu.club/high-performance-implementation-of-goroutine-pool)
|
||||||
|
- [Handling 1 Million Requests per Minute with Golang](https://medium.com/smsjunk/handling-1-million-requests-per-minute-with-golang-f70ac505fcaa)
|
||||||
|
|
||||||
## 👨👨👧👦 谁在使用 ants(欢迎补充 ~~)
|
## 🖥 用户案例
|
||||||
|
|
||||||
|
欢迎在这里添加你的案例~~
|
||||||
|
|
||||||
<a href="https://github.com/panjf2000/gnet" target="_blank"><img src="https://raw.githubusercontent.com/panjf2000/logos/master/gnet/logo.png" width="150" align="middle"/></a>
|
<a href="https://github.com/panjf2000/gnet" target="_blank"><img src="https://raw.githubusercontent.com/panjf2000/logos/master/gnet/logo.png" width="150" align="middle"/></a>
|
||||||
<a href="https://www.tencent.com"><img src="https://www.tencent.com/img/index/tencent_logo.png" width="250" align="middle"/></a>
|
<a href="https://www.tencent.com"><img src="https://www.tencent.com/img/index/tencent_logo.png" width="250" align="middle"/></a>
|
||||||
|
|
||||||
## JetBrains 开源证书支持
|
## 🔋 JetBrains 开源证书支持
|
||||||
|
|
||||||
`ants` 项目一直以来都是在 JetBrains 公司旗下的 GoLand 集成开发环境中进行开发,基于 **free JetBrains Open Source license(s)** 正版免费授权,在此表达我的谢意。
|
`ants` 项目一直以来都是在 JetBrains 公司旗下的 GoLand 集成开发环境中进行开发,基于 **free JetBrains Open Source license(s)** 正版免费授权,在此表达我的谢意。
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue