From 81a9ebf4de7668fbc5f252d191381f36c5a33982 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Wed, 13 Jan 2016 16:46:43 +0800 Subject: [PATCH] update progress.md --- progress.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/progress.md b/progress.md index da134f4..341b75e 100644 --- a/progress.md +++ b/progress.md @@ -78,7 +78,7 @@ - [x] 8.9 Cancellation - [x] 8.10 Example: Chat Server - [x] Chapter 9: Concurrency with Shared Variables - - [ ] 9.1 Race Conditions + - [x] 9.1 Race Conditions - [ ] 9.2 Mutual Exclusion: sync.Mutex - [x] 9.3 Read/Write Mutexes: sync.RWMutex - [x] 9.4 Memory Synchronization