Re: [dev] [sbase] style

From: M Farkas-Dyck <strake888_AT_gmail.com>
Date: Tue, 18 Nov 2014 16:49:58 -0500

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