go-proverbs / go-proverbs.github.io

Inspired by @rob_pike talk at Gopherfest SV 2015
MIT License
334 stars 21 forks source link

A channel separates #5

Open ScottMansfield opened 8 years ago

ScottMansfield commented 8 years ago

Channels provide separation physically and in go code. It's a way to separate goroutines that would otherwise have to know a lot about each other.