这里会显示出您选择的修订版和当前版本之间的差别。
后一修订版 | 前一修订版 | ||
blog:ease:python:python进程通信_利用pipe管道进行全双工通信的案例 [12:26 - 01月07日] ease 创建 |
blog:ease:python:python进程通信_利用pipe管道进行全双工通信的案例 [03:42 - 09月02日] (当前版本) |
||
---|---|---|---|
行 22: | 行 22: | ||
break | break | ||
- | for item in range(10, | + | for item in range(10, |
print(' | print(' | ||
conn1.send(item) | conn1.send(item) | ||
行 55: | 行 55: | ||
cons_p.join() | cons_p.join() | ||
</ | </ | ||
+ | |||
+ | {{tag> |