Python 用队列实现多线程并发
摘要:# Python queue队列,实现并发,在网站多线程推荐最后也一个例子,比这货简单,但是不够规范 # encoding: utf-8 __author__ = 'yeayee.com' # 由本站增加注释,可随意Fork、Copy from queue import Queue # Queue在
阅读全文
posted @ 2016-02-04 11:23
------>更多技巧------>更多源码------>www.yeayee.com
posted @ 2016-02-04 11:23
posted @ 2016-02-04 08:37