Hi,

Do you think it is possible to implement a stamped lock in Go 
https://docs.oracle.com/javase/8/docs/api/java/util/concurrent/locks/StampedLock.html
 ?

It would seem that the Go race detector would always report the “optimistic 
read” mode as a data race?

(The docs state for Java that the values can be wildly inconsistent when the 
optimistic read fails).

Ideas on how to implement in Go?

-- 
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 visit 
https://groups.google.com/d/msgid/golang-nuts/FBEB055A-2B84-4738-AE22-C22ABAC8C4A9%40ix.netcom.com.

Reply via email to