From f2c21798bd56d35e37a9e1023423448d870ca868 Mon Sep 17 00:00:00 2001 From: sunface Date: Thu, 13 Jan 2022 17:27:29 +0800 Subject: [PATCH] update toc --- book/contents/SUMMARY.md | 1 - book/contents/advance/concurrency-with-threads/example.md | 3 --- 2 files changed, 4 deletions(-) delete mode 100644 book/contents/advance/concurrency-with-threads/example.md diff --git a/book/contents/SUMMARY.md b/book/contents/SUMMARY.md index a4c1144f..1989963f 100644 --- a/book/contents/SUMMARY.md +++ b/book/contents/SUMMARY.md @@ -79,7 +79,6 @@ - [线程同步:锁、Condvar和信号量](advance/concurrency-with-threads/sync1.md) - [线程同步:Atomic原子操作与内存顺序](advance/concurrency-with-threads/sync2.md) - [基于Send和Sync的线程安全](advance/concurrency-with-threads/send-sync.md) - - [一个综合例子](advance/concurrency-with-threads/example.md) - [async/await并发编程 todo](advance/async/intro.md) - [async/await语法 todo](advance/async/async-await.md) - [future详解 todo](advance/async/future/into.md) diff --git a/book/contents/advance/concurrency-with-threads/example.md b/book/contents/advance/concurrency-with-threads/example.md deleted file mode 100644 index ab8934ef..00000000 --- a/book/contents/advance/concurrency-with-threads/example.md +++ /dev/null @@ -1,3 +0,0 @@ -# 一个综合例子 - -https://nickymeuleman.netlify.app/blog/multithreading-rust \ No newline at end of file