On 18/11/2014, Louis Santillan <lpsantil_AT_gmail.com> wrote:
> Returning error code doesn't work well for many asynchronous calls (aio_*) [0].
Why? aio_error indeed returns an error code, and separate aio_return
and aio_error would not even be needed if read, write, etc returned as
I proposed, as one call could so return:
• EINPROGRESS: not yet complete
• ECANCELED: canceled
• other: return value of synchronous operation
Received on Tue Nov 18 2014 - 22:49:58 CET
This archive was generated by hypermail 2.3.0
: Tue Nov 18 2014 - 23:00:11 CET