Can someone add multithreading in this code

后端 未结 0 1175
执念已碎
执念已碎 2020-11-27 09:09

my unedited code

import asyncio

async def get_response(query):
    async with aiohttp.ClientSession() as ses:
        async with ses.get(
           


        
相关标签:
回答
  • 消灭零回复
提交回复
热议问题