会员
周边
众包
新闻
博问
闪存
赞助商
所有博客
当前博客
我的博客
我的园子
账号设置
简洁模式
...
退出登录
注册
登录
明心笔记
首页
新随笔
管理
2024年2月21日
python 多进程交互
摘要: from multiprocessing import Process, Queue class Engine: def __init__(self): self.info = "Engine Info" self.order_queue = Queue() # 创建一个用于接收订单的队列 self
阅读全文
posted @ 2024-02-21 16:56 MasonLee
阅读(19)
评论(0)
推荐(0)
编辑
公告