asyncio - run coroutine in the background

Marko Rauhamaa marko at pacujo.net
Tue Feb 16 12:20:13 EST 2016


"Frank Millman" <frank at chagford.com>:

> I would love to drive the database asynchronously, but of the three
> databases I use, only psycopg2 seems to have asyncio support.

Yes, asyncio is at its infancy. There needs to be a moratorium on
blocking I/O.


Marko



More information about the Python-list mailing list