The state of asyncio in 2019

Becaree pierrelouis.chevallier60 at gmail.com
Sun May 19 21:54:16 EDT 2019


So i started to use asyncio some times ago. I see a lots of threads/forums which date back from 2015 or older. My question is what the state of asyncio in 2019? I guess, the major constrain of having async/await is quiet a drawback. I do love asyncio but reinventing the wheel using it is somehow complicated for a community. I mean i found disappointed that major scheduler don't use it as airflow/luigi/dask. Also pulsar is kind of unmaintained. So now i wonder, should i stick with asyncio or some async/await-freed coroutines as use tornado or gevent is the way to go?



More information about the Python-list mailing list