On Thursday, August 31, 2017 at 9:23:58 AM UTC-5, Konstantin Khomoutov wrote: > > Still, I don't see any specific wording regarding this in the spec -- > neither in its section on channels nor in its section on the close() > function. >
Looks like it. So relying on this behavior could result in future breaks. Although I'm not sure I see how, racy stuff always has a way of surprising. And actually that's the only downside I see at the moment: the race detector hates (points out a race) using this technique. Is there any way to annotate to tell the race detector not to freak out? -- 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 [email protected]. For more options, visit https://groups.google.com/d/optout.
