Why does Asyncio require functions to be marked as Async Def? I don’t quite understand. I know this is a pointer that the function is asynchronous. But I still don’t understand. Explain this to me on a deep level, please
I’m just wondering why we write this way
async def func()
`and not like that
def func()
New contributor
Саша Соколов is a new contributor to this site. Take care in asking for clarification, commenting, and answering.
Check out our Code of Conduct.