Re: [go-nuts] Limit the number of goroutine while using errgroup

2021-11-05 Thread 'Sebastien Binet' via golang-nuts
One can use errgroup.Group in conjunction with x/sync/semaphore. -s Nov 5, 2021 17:36:56 Reach John : > How to control the number of goroutines when using errgroup? Is there a best > practice? > -- > You received this message because you are subscribed to the Google Groups > "golang-nuts" gro

[go-nuts] Limit the number of goroutine while using errgroup

2021-11-05 Thread Reach John
How to control the number of goroutines when using errgroup? Is there a best practice? -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@go