aio_write (3) Linux Manual Page
NAME aio_write – asynchronous write SYNOPSIS #include <aio.h> int aio_write(struct aiocb *aiocbp); Link with -lrt. DESCRIPTION The aio_write() function queues the I/O request described by the buffer pointed to by aiocbp. This function is the asynchronous analog of write(2). The arguments of the call write(fd, buf, count) correspond (in order) to the fields aio_fildes, aio_buf,…
