From 38e249c65a87e0ce65e04483f38bc2df902d9d5d Mon Sep 17 00:00:00 2001 From: chai2010 Date: Mon, 21 Dec 2015 14:37:04 +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 39e60c5..38161e6 100644 --- a/progress.md +++ b/progress.md @@ -76,7 +76,7 @@ - [ ] 8.7 Multiplexing with select - [x] 8.8 Example: Concurrent Directory Traversal - [x] 8.9 Cancellation - - [ ] 8.10 Example: Chat Server + - [x] 8.10 Example: Chat Server - [ ] Chapter 9: Concurrency with Shared Variables - [ ] 9.1 Race Conditions - [ ] 9.2 Mutual Exclusion: sync.Mutex