We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 48b3634 + e483e30 commit fd820eaCopy full SHA for fd820ea
1 file changed
source/c10/c10_11.md
@@ -89,7 +89,7 @@ while True:
89
```
90
输出结果
91
92
-由于是同步的,所以总共耗时max(6, 3)=`6`秒
+由于是异步的,所以总共耗时max(6, 3)=`6`秒
93
```python
94
Thu May 31 22:23:35 2018
95
第二个 协程运行完..
0 commit comments