From 95ba3f4be70117106ee97f25e64f0e8f998c794d Mon Sep 17 00:00:00 2001
From: Mark McGranaghan
Date: Mon, 7 Jan 2013 04:31:52 -0800
Subject: [PATCH] rebuild
---
public/atomic-counters | 13 +------------
1 file changed, 1 insertion(+), 12 deletions(-)
diff --git a/public/atomic-counters b/public/atomic-counters
index a68e139..0139cb8 100644
--- a/public/atomic-counters
+++ b/public/atomic-counters
@@ -143,7 +143,7 @@ function the memory address &ops
from which to
fetch the value.
-
+ |
opsFinal := atomic.LoadUint64(&ops)
fmt.Println("ops:", opsFinal)
}
@@ -152,17 +152,6 @@ fetch the value.
|
-
-
- Next we’ll look at another approach to managing state:
-mutexes.
-
- |
-
-
- |
-
-