Skip to content

Commit 8cda0d0

Browse files
committed
update lec11:p2
1 parent 2fa1de9 commit 8cda0d0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

lec11/p2-coroutine.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -181,7 +181,7 @@ def func()://协程函数
181181
- 支持并发执行,可以通过多线程实现更高的并发性。
182182
- 协程之间不会相互阻塞,可处理一些长时间任务。
183183
* 缺点:
184-
- 实现较为复杂,需要操作系统内核的支持。
184+
- 实现较为复杂<!-- 可通过操作系统内核获得支持。-->
185185
- 需要通过锁等机制来保证协程之间的同步和互斥。
186186

187187
---

0 commit comments

Comments
 (0)