Skip to content

k0ffee/go-channel-waitgroup

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

3 Commits
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Small example for using channels and waitgroups in Go.

For every incoming request, it fetches data from external services concurrently.

Any responses are put into a channel and finally consumed from there for presenting the result.

About

Small example of using channels and waitgroups in Go

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

 
 
 

Contributors