On Wed, Aug 31, 2016 at 11:58 PM, adonovan via golang-nuts <golang-nuts@googlegroups.com> 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 wrong. The control structure appeared in Tony Hoare's communicating sequential processes, and it is present in Go's predecessors developed at Bell Labs. It's present (at least) in Squeak (although that used the original CSP, not the revised version), Newsqueak, Alef and Limbo. -- Aram Hăvărneanu -- You received this message because you are subscribed to the Google Groups "golang-nuts" group. To unsubscribe from this group and stop receiving emails from it, send an email to golang-nuts+unsubscr...@googlegroups.com. For more options, visit https://groups.google.com/d/optout.