-
Notifications
You must be signed in to change notification settings - Fork 353
Open
Description
conc would spawns a new goroutine when pool.Go call each time.
It would cause waste of resources in some case.
Is it had a plan to use a custom goroutine pool instead of spawn every time ?
for example:
type gPool interface {
Do(func (){})
}
pool.NewWithCustomPool(gPool)
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
No labels