From e1fe8808275029b751ebef38697c4f7ce8f5857d Mon Sep 17 00:00:00 2001 From: sunface Date: Thu, 20 Jan 2022 20:00:25 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=E5=BC=82=E6=AD=A5=E7=BC=96?= =?UTF-8?q?=E7=A8=8B=E7=9B=AE=E5=BD=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- book/contents/SUMMARY.md | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/book/contents/SUMMARY.md b/book/contents/SUMMARY.md index 44ea62ce..88199404 100644 --- a/book/contents/SUMMARY.md +++ b/book/contents/SUMMARY.md @@ -85,14 +85,13 @@ - [async/await异步编程 doing](async/intro.md) - [async编程入门](async/getting-started.md) - [底层探秘: Future执行与任务调度](async/future-excuting.md) - - [async/await语法 todo](async/async-await.md) - - [Pin、Unpin todo](async/pin-unpin.md) - - [遇到不支持的异步特性? todo](async/future/workarounds.md) + - [定海神针Pin和Unpin todo](async/pin-unpin.md) + - [async/await 和 Stream todo](async/async-await.md) + - [一些棘手问题的解决 todo](async/hassles.md) - [HTTP Client/Server todo](async/http.md) - - [定海神针-tokio todo](async/tokio/intro.md) + - [tokio todo](async/tokio/intro.md) - [基本用法](async/tokio/basic.md) - [异步消息流](async/tokio/stream.md)) - - [棘手问题索引和解决](async/hassles.md) - [Rust最佳实践 doing](practice/intro.md) - [日常开发三方库精选](practice/third-party-libs.md)