mirror of
https://github.com/gopl-zh/gopl-zh.github.com.git
synced 2024-11-24 23:29:01 +00:00
Update progress.md
This commit is contained in:
parent
67eb9f2ced
commit
d974fbca91
@ -81,7 +81,7 @@
|
|||||||
- [ ] 9.1 Race Conditions
|
- [ ] 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
|
||||||
- [ ] 9.4 Memory Synchronization
|
- [x] 9.4 Memory Synchronization
|
||||||
- [ ] 9.5 Lazy Initialization: sync.Once
|
- [ ] 9.5 Lazy Initialization: sync.Once
|
||||||
- [x] 9.6 The Race Detector
|
- [x] 9.6 The Race Detector
|
||||||
- [ ] 9.7 Example: Concurrent Non-Blocking Cache
|
- [ ] 9.7 Example: Concurrent Non-Blocking Cache
|
||||||
|
Loading…
Reference in New Issue
Block a user