I have an asynchronous function that makes http requests and receives json:
async def query_async(name): async with aiohttp.ClientSession() as session: