Re: [go-nuts] Select and Gouroutines

2017-02-14 Thread Justin Israel
On Wed, Feb 15, 2017, 6:32 AM Felipe Oliveira < felipeweb.programa...@gmail.com> wrote: > Guys, a select without default locks the execution. but if that select is > in another goroutine it locks the main gourotine too? > The select statement can **block** the current goroutine, if it does not ha

[go-nuts] Select and Gouroutines

2017-02-14 Thread Felipe Oliveira
Guys, a select without default locks the execution. but if that select is in another goroutine it locks the main gourotine too? -- 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, sen