From 992405409019610adbe6a878d10e332fbd8d23d5 Mon Sep 17 00:00:00 2001 From: chai2010 Date: Fri, 11 Dec 2015 15:53:00 +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 27a19b8..444e978 100644 --- a/progress.md +++ b/progress.md @@ -74,7 +74,7 @@ - [ ] 8.5 Looping in Parallel - [x] 8.6 Example: Concurrent Web Crawler - [ ] 8.7 Multiplexing with select - - [ ] 8.8 Example: Concurrent Directory Traversal + - [x] 8.8 Example: Concurrent Directory Traversal - [ ] 8.9 Cancellation - [ ] 8.10 Example: Chat Server - [ ] Chapter 9: Concurrency with Shared Variables