update progress.md & make loop

This commit is contained in:
chai2010
2016-01-11 10:05:57 +08:00
parent 8fc11cf402
commit e74f2527fc
2 changed files with 50 additions and 50 deletions

View File

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