"There is no such thing as a benign data race" https://docs.google.com/document/d/1WAT22FtFdMt43i3O8YrnlQTNTzZ3IoJBtu3P2DNRytg/ # was originally: https://software.intel.com/en-us/blogs/2013/01/06/benign-data-races-what-could-possibly-go-wrong
On Wednesday, 13 April 2022 at 14:46:34 UTC+1 Miraddo wrote: > Sometimes in some scenarios, we might find that having the data race might > be not so bad, > my question is how many ways we have to ignore data race in the Golang. > I found out with build tags, we could ignore the data race => // +build > !race > do we have some other ways without building tags? > -- 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. To view this discussion on the web visit https://groups.google.com/d/msgid/golang-nuts/df14379e-3b4f-4276-a796-9e5b3c0bfcb2n%40googlegroups.com.