
10 Mar
2010
10 Mar
'10
4:39 p.m.
On Mar 10, 2010, at 8:16 AM, Mathias Gaunard <mathias.gaunard@ens-lyon.org
wrote:
Rutger ter Borg wrote:
On the Asio-list, asynchronous file I/O is wished for every now and then, too.
Isn't it already there? Asio has support for POSIX file descriptors and Windows HANDLEs.
Posix stream_descriptor is not usable for asynchronous i/o since by definition it does not allow seeking. But windows support is really good, its a huge part of my application Zach