You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered: