会员
众包
新闻
博问
闪存
赞助商
HarmonyOS
Chat2DB
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
littlevigra
用个简单例子来让自己清楚工作过程
博客园
首页
新随笔
联系
管理
订阅
2018年5月27日
生产者-消费者模型-线程安全队列Queue - 好的例子 - 协程实现生产者消费者模型
摘要: #python3 #product new data into the queue #comsume data from the queue from queue import Queue import time , threading class product_data(threading.Th
阅读全文
posted @ 2018-05-27 16:35 littlevigra
阅读(264)
评论(1)
推荐(0)
公告