From 7ac8362e0f272c0c07f663392345ba2cd3f079a2 Mon Sep 17 00:00:00 2001 From: sunface Date: Thu, 20 Jan 2022 17:19:13 +0800 Subject: [PATCH] =?UTF-8?q?update=E4=B9=A6=E6=9C=AC=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 | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/book/contents/SUMMARY.md b/book/contents/SUMMARY.md index 5b4040f3..44ea62ce 100644 --- a/book/contents/SUMMARY.md +++ b/book/contents/SUMMARY.md @@ -83,8 +83,8 @@ ## 专题内容,每个专题都配套一个小型项目进行实践 - [async/await异步编程 doing](async/intro.md) - - [async编程简介](async/getting-started.md) - - [底层原理: Future执行与任务调度](async/future-excuting.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)