Can I run a asyncio async def native coroutine without an asyncio event loop?
async def
I have an async function that I would like to run. For the sake of this que