Benefits of asyncio

Marko Rauhamaa marko at pacujo.net
Tue Jun 3 09:42:28 EDT 2014


Chris Angelico <rosuav at gmail.com>:

> https://docs.python.org/3.4/library/logging.html#logging.Logger.debug
>
> What happens if that blocks? How can you make sure it won't?

I haven't used that class. Generally, Python standard libraries are not
readily usable for nonblocking I/O.

For myself, I have solved that particular problem my own way.


Marko



More information about the Python-list mailing list