#Waitgroup

1 articles

Getting to Know WaitGroup on Golang

Getting to Know WaitGroup on Golang

Introduction Waitgroup is a feature of Golang that is used to wait for a process carried out by several goroutines.