Ankur Singh

Results 1 comments of Ankur Singh

You should create a group of pool and then submit the task Example: ```go pool := pond.New(40, 0, pond.MinWorkers(40)) // 40 workers on each task pGroup := pool.Group() pGroup.Submit(func() {...