update progress.md

pull/1/head
chai2010 2016-01-13 16:46:43 +08:00
parent f71c172889
commit 81a9ebf4de
1 changed files with 1 additions and 1 deletions

View File

@ -78,7 +78,7 @@
- [x] 8.9 Cancellation - [x] 8.9 Cancellation
- [x] 8.10 Example: Chat Server - [x] 8.10 Example: Chat Server
- [x] Chapter 9: Concurrency with Shared Variables - [x] Chapter 9: Concurrency with Shared Variables
- [ ] 9.1 Race Conditions - [x] 9.1 Race Conditions
- [ ] 9.2 Mutual Exclusion: sync.Mutex - [ ] 9.2 Mutual Exclusion: sync.Mutex
- [x] 9.3 Read/Write Mutexes: sync.RWMutex - [x] 9.3 Read/Write Mutexes: sync.RWMutex
- [x] 9.4 Memory Synchronization - [x] 9.4 Memory Synchronization