|
|
|
|
|
by BrandoElFollito
2985 days ago
|
|
> asyncio is just one (really really poor) implementation of async/await coroutines on Python. Are there other implementations or is it just that the one existing (asyncio) is just poor? I tried to understand asyncio a few times and failed. Threading was easy, Promises in JS were easy and I blocked on asyncio. |
|