mirror of
https://github.com/golang/go.git
synced 2025-05-21 07:13:27 +00:00
nonblock.go wants to test nonblocking operations on synchronous channels, so it is inherently racy. This introduces loops to make the race conditions much more likely to succeed when using gccgo. R=r CC=golang-dev https://golang.org/cl/2161043