From e2ef204b706b308090d1a1b6f3161458dcb99b0e Mon Sep 17 00:00:00 2001 From: Pietro Gagliardi Date: Mon, 28 Jul 2014 18:03:59 -0400 Subject: Quick note about Table.Unlock() and updates. --- redo/table.go | 1 + 1 file changed, 1 insertion(+) (limited to 'redo') diff --git a/redo/table.go b/redo/table.go index f6f78d5..52024da 100644 --- a/redo/table.go +++ b/redo/table.go @@ -16,6 +16,7 @@ type Table interface { // Lock and Unlock lock and unlock Data for reading or writing. // RLock and RUnlock lock and unlock Data for reading only. // These methods have identical semantics to the analogous methods of sync.RWMutex. + // In addition, Unlock() will request an update of the Table to account for whatever was changed. Lock() Unlock() RLock() -- cgit v1.2.3