Skip to content

Latest commit

 

History

History
3 lines (3 loc) · 293 Bytes

README.md

File metadata and controls

3 lines (3 loc) · 293 Bytes

errorSync

A go library to which helps to wait for many goroutines, like WaitGroup and additionally, returns errors if any. A call to the Wait() method of ErrorWaitGroup waits until all the related goroutines are completed (calls Done()) or if any one of them sends error(calls SendError()).