Skip to content

Commit 9a134fa

Browse files
author
wangchao
committed
更新
1 parent fd78b1a commit 9a134fa

File tree

1 file changed

+5
-2
lines changed

1 file changed

+5
-2
lines changed

docs/chapter7/总结.md

Lines changed: 5 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
1-
在本章,我们论述了Celery的分布式任务队列,并且对Celery的架构、组件、基本环境搭建、运行简单应用有了了解。如果单独讲Celery可以写一本书,通过本章需要你对Celery有基本的认识。
2-
在下一章,我们将学习asyncio模块和怎样以异步的方式执行程序。下一章也会涉及到协程(coroutines)和asyncio中协程的应用。
1+
# 小结
2+
3+
在本章中,我们讨论了 `Celery` 分布式任务队列。 我们还通过示意图透视了它的架构,分析了它的关键组件,并了解到如何设置环境以使用 `Celery` 构建基本应用程序。 如果单独讲`Celery`可以写一本书,通过本章希望你对`Celery`有了一个基本的认识。
4+
5+
在下一章中,我们将学习 `asyncio` 模块以及如何以异步方式执行程序。 我们还将简要介绍`协程`(coroutines),并学习如何将它们与 `asyncio` 一起使用。

0 commit comments

Comments
 (0)