蛮荆

Recent content on 蛮荆

马上订阅 蛮荆 RSS 更新: https://dbwu.tech/index.xml

ants Code Reading

2023年6月30日 08:00
ants 是一个高性能且低损耗的 goroutine 池,组件内部会创建一个固定容量的 goroutine 池,并且管理和回收池中的 goroutine,主要应用场景是允许开发者限制并发程序中的 goroutine 数量,更多的特性 …