会员
周边
新闻
博问
闪存
赞助商
YouClaw
所有博客
当前博客
我的博客
我的园子
账号设置
会员中心
简洁模式
...
退出登录
注册
登录
代码改变世界
Cnblogs
Dashboard
Login
Home
Contact
Gallery
Subscribe
RSS
放作夥
随笔档案-2017年01月
python中poolable queue
2017-01-24 15:58 by 放作夥, 392 阅读,
收藏
,
摘要: 在python cookbook中看见这么一段代码 import queue import socket import os class PollableQueue(queue.Queue): def __init__(self): super().__init__() Create a pair
阅读全文
0 Comment
About