Returns current status of a request¶
ss_aio_error is a function defined in ssaio.c.
Synopsis:
-
int
ss_aio_error(ss_aio_t *aio)¶
Description: Returns the current status of a request.
Return Value: Returns the constant EINPRGRESS if a request is in progress, zero if the request has completed successfully,
or some other error value if an error occurred.
Parallel Notes: Independent
See Also:
- Asynchronous I/O: Introduction for current chapter