go-channel-compendium
go-channel-compendium copied to clipboard
Interesting ways of using Go channels by John Graham-Cumming
#Go Channel Compendium Interesting ways of using Go channels by John Graham-Cumming
Overview
This is a code archive taken from the slides of John Graham-Cumming's presentation of 'A Channel Compendium' given at GopherCon 2014.
Video
https://www.youtube.com/watch?v=SmoM1InWXr0
Contents
- Signalling
- Hide state
- Nil channels
- Timers
- Examples