March 25, 2013
3:59 p.m.
On Wed, Mar 20, 2013, at 9:36, Glyph wrote: ...
Since async file I/O is not a thing you can implement[1], ...
[1]: <http://blog.libtorrent.org/2012/10/asynchronous-disk-io/>
Understood that it isn't possible to use native asynchronous I/O. But an implementation that used threads behind the scenes and returned a Deferred (for small files) or a Protocol (for big ones) would be a nice thing to have. Peter.