Update progress.md

pull/1/head
chai2010 2016-01-08 18:13:27 +08:00
parent 67eb9f2ced
commit d974fbca91
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@
- [ ] 9.1 Race Conditions
- [ ] 9.2 Mutual Exclusion: sync.Mutex
- [x] 9.3 Read/Write Mutexes: sync.RWMutex
- [ ] 9.4 Memory Synchronization
- [x] 9.4 Memory Synchronization
- [ ] 9.5 Lazy Initialization: sync.Once
- [x] 9.6 The Race Detector
- [ ] 9.7 Example: Concurrent Non-Blocking Cache