Re: [go-nuts] Re: Close a reader to quit a loop without closing its source

2016-09-01 Thread adonovan via golang-nuts
On Thursday, 1 September 2016 07:12:59 UTC-4, Aram Hăvărneanu wrote: > > On Wed, Aug 31, 2016 at 11:58 PM, adonovan via golang-nuts > > wrote: > > > > [the POSIX 'select' system call] was the inspiration for the Go > > select statement, but whereas Go's select multiplexes channels, > > POSIX's

Re: [go-nuts] Re: Close a reader to quit a loop without closing its source

2016-09-01 Thread Aram Hăvărneanu
On Wed, Aug 31, 2016 at 11:58 PM, adonovan via golang-nuts wrote: > > [the POSIX 'select' system call] was the inspiration for the Go > select statement, but whereas Go's select multiplexes channels, > POSIX's select multiplexes files. I can't claim any authority over this, but believe it is wron