Skip to content

bssankaran/errorSync

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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()).

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages