Chris Angelico <ros...@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.
-- 
https://mail.python.org/mailman/listinfo/python-list

Reply via email to