摘要:
import asyncio, threading import aiohttp class Tasks(): def __init__(self, max_async, loop=None): self.loop = loop or asyncio.get_event_loop() self._queue = asyncio.Queue(maxs... 阅读全文
posted @ 2018-03-12 14:24
我是外婆
阅读(594)
评论(0)
推荐(0)