On Wed, Feb 7, 2018 at 6:24 AM, Damon Zhao <se77en...@gmail.com> wrote:
> Anybody help with this issue (still not solved but I cannot reopen it)
>
> https://github.com/golang/go/issues/23728

The select statement works pseudo-randomly.  You are sending two
values on source.  When the select statement chooses `worker :=
<-source` twice in a row at the start of the program, the second time
blocks sending to idle.

Ian

-- 
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.

Reply via email to