Skip Montanaro <skip.montan...@gmail.com>:

>>  * asyncio with its a-dialect
>
> What is a/the "a-dialect"?

await
async def
async for
__aiter__
__anext__
async with
__aenter__
__aexit__

What's more, when you turn a function into an async, you need to
refactor a large part of your program.


Marko
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to