摘要:
简单线程池:#!/usr/bin/env python# Version = 3.5.2# __auth__ = '无名小妖'import queueimport threadingimport timeclass ThreadPool: """ 简易线程池类,缺陷:1.线程无法重用 2.初始线程最大化,可能导致浪费 """ def _... 阅读全文
posted @ 2017-06-19 11:12
无名小妖
阅读(177)
评论(0)
推荐(0)
2017年6月19日