Re: [go-nuts] Re: keep working on concurent pipe

2018-12-04 Thread Burak Serdar
On Tue, Dec 4, 2018 at 5:54 PM Alex Dvoretskiy wrote: > > Thanks. > One question, we do "defer close(out)", but we don't close "in" channel. Why > garbage collector don't remove "out" channel? We don't write nothing to it in > function 3. So it should be empty. closing a channel sends a signal

[go-nuts] Re: keep working on concurent pipe

2018-12-04 Thread Alex Dvoretskiy
Thanks. One question, we do "defer close(out)", but we don't close "in" channel. Why garbage collector don't remove "out" channel? We don't write nothing to it in function 3. So it should be empty. On Tuesday, December 4, 2018 at 3:52:45 PM UTC-8, Alex Dvoretskiy wrote: > > I'm getting "fatal