Skip to content

Commit 1091ad5

Browse files
committed
12章序言
1 parent a3edcaf commit 1091ad5

File tree

1 file changed

+5
-6
lines changed

1 file changed

+5
-6
lines changed

source/chapters/p12_concurrency.rst

Lines changed: 5 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -2,12 +2,11 @@
22
第十二章:并发编程
33
=============================
44

5-
Python provides a variety of useful built-in data structures, such as lists, sets, and dictionaries.
6-
For the most part, the use of these structures is straightforward. However,
7-
common questions concerning searching, sorting, ordering, and filtering often arise.
8-
Thus, the goal of this chapter is to discuss common data structures and algorithms
9-
involving data. In addition, treatment is given to the various data structures contained
10-
in the collections module.
5+
对于并发编程, Python有多种长期支持的方法, 包括多线程, 调用子进程, 以及各种各样的关于生成器函数的技巧.
6+
这一章将会给出并发编程各种方面的技巧, 包括通用的多线程技术以及并行计算的实现方法.
7+
8+
像经验丰富的程序员所知道的那样, 大家担心并发的程序有潜在的危险.
9+
因此, 本章的主要目标之一是给出更加可信赖和易调试的代码.
1110

1211
Contents:
1312

0 commit comments

Comments
 (0)