Open ryan961 opened 2 years ago
Hi, there's no plan currently, because this will greatly affect the performance, and gopool and errgroup has different design. If you need these functions, you can use errgroup in these scenes, and use gopool in other scenes.
Summary
Motivation
gopool
features (Auto-recovering Panics, Limit Goroutine Numbers, Reuse Goroutine Stack...) can make up for the lack oferrgroup
very well.Explanation
No response