随笔分类 -  gevent

摘要:1 # -*- coding:utf-8 -*- 2 #! /usr/bin/env python 3 ''' 4 Created on 2014年9月2日 5 ''' 6 import gevent 7 from gevent.queue import Queue, Empty 8 import... 阅读全文
posted @ 2014-09-02 17:04 阿驹 阅读(1079) 评论(0) 推荐(0)
摘要:1 # -*- coding:utf-8 -*- 2 #! /usr/bin/env python 3 ''' 4 Created on 2014年9月2日 5 ''' 6 import gevent 7 from gevent.queue import Queue 8 import random... 阅读全文
posted @ 2014-09-02 17:02 阿驹 阅读(566) 评论(0) 推荐(0)