# Functions
固定大小协程池,当任务数超过协程池数量,那么任务会被加入到等待队列,直到有协程完成 name 日志中用于标识, size 携程数量, execSize压入函数的队列大小,表示并发上限.
协程池,当需要并发调用并且需要无阻塞时使用,当平时较低并发,偶尔超高并发时使用,并发上限取决于硬件能力 name 日志中用于标识, size 携程数量, execSize压入函数的队列大小,表示并发上限.
# Structs
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author