Hacker Newsnew | past | comments | ask | show | jobs | submitlogin

He uses channels, which are the main Go primitive. "Share by communicating" and all that.


>>which are the main Go primitive.

When it comes to protecting a structs state, in most Go code (including the standard library) RW/Mutexes are the "go to" synchronization primitive. Channels are more commonly used for communication between longer running goroutines.




Guidelines | FAQ | Lists | API | Security | Legal | Apply to YC | Contact

Search: