March 20, 2013
9:36 a.m.
On Mar 20, 2013, at 1:51 AM, Tobias Oberstein <tobias.oberstein@tavendo.de> wrote:
In Guido's keynote at PyCon 2013, apparently he talked about adding an async I/O module to Python 3.4. It looks like his slides can be viewed
Will this tackle async file I/O also or only network?
Since async file I/O is not a thing you can implement[1], presumably it will only be networking. You probably want to join this group: <https://groups.google.com/forum/?fromgroups=#!forum/python-tulip> -glyph [1]: <http://blog.libtorrent.org/2012/10/asynchronous-disk-io/>