Terminate the asynchronous I/O subsystem¶
ss_aio_finalize is a function defined in ssaio.c.
Synopsis:
-
herr_t
ss_aio_finalize(void)¶
Description: This function blocks until all pending requests have completed and the handler thread has exited.
Return Value: Non-negative on success; negative on failure.
Parallel Notes: Independent
See Also:
- Asynchronous I/O: Introduction for current chapter