Initialize the asyncronous I/O subsystem¶
ss_aio_init is a function defined in ssaio.c.
Synopsis:
-
herr_t
ss_aio_init(void)¶
Description: Initialize SSlib’s asynchronous I/O layer by spawning an I/O handler thread. This function should not be called when the asynchronous I/O layer is initialized (it’s okay to call this a second time as long as ss_aio_finalize was called prior to this second call).
Return Value: Non-negative on success; negative on failure.
Parallel Notes: Independent
See Also:
- ss_aio_finalize: 21.2: Terminate the asynchronous I/O subsystem
- Asynchronous I/O: Introduction for current chapter