Python and the need for speed

Paul Rubin no.email at nospam.invalid
Wed Apr 12 00:32:06 EDT 2017


Chris Angelico <rosuav at gmail.com> writes:
> Python, meanwhile, has made it easy to write blocking
> I/O in a single-threaded program, and then adds async'ness to it.

I'd be interested to know how to open a disk file asynchronously in a
single-threaded Python program under Linux.  As far as I can tell there
is no way to do it.



More information about the Python-list mailing list