Re: [go-nuts] is this safe?

2017-11-20 Thread dwahler
On Monday, November 20, 2017 at 11:32:34 AM UTC-6, Jan Mercl wrote: > > On Mon, Nov 20, 2017 at 5:48 PM Trig > wrote: > > > Is using append this way (to remove an index), inside of the range loop > of the same array I'm working with, safe... since the size of myList is >

[go-nuts] Re: [Help] Seeing an occasional data race on a closed channel

2017-04-24 Thread dwahler
Hi Owen, On Monday, April 24, 2017 at 1:23:58 PM UTC-5, Owen Waller wrote: > > My understanding is that when a key is pressed that will terminate the > program. This closes the quit channel, which causes the deferred > closeChans() to be called. That in turn closes the done and the bus >