asyncio: a library with too many sharp corners
asyncio: a library with too many sharp corners
URL: https://sailor.li/asyncio
Type: article
Domain: sailor.li
Excerpt: An explanation of some major issues with asyncio.
Notes:
Linked is a great article explaining async and await features of python. They allow you to write co-routines which gives you concurrency without threads or processes. And you are much safer from race conditions.