Open ScottMansfield opened 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.
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.