[I almost missed this post because you did not reply to the thread.]

* Robert Engels <reng...@ix.netcom.com> [191108 11:41]:
> See https://github.com/golang/go/issues/10958 for using atomics in 
> tight/busy-wait loops.

This doesn't have anything to do with atomics.  Atomic operations are
just one of many, many things you can do in a busy loop.  There is
nothing about atomics that is any more relevant to this issue than the
increment statement, i++.

...Marvin

-- 
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/20191112173043.6mfa7iejihhkasos%40basil.wdw.

Reply via email to