wok-next diff libaio/description.txt @ rev 21720
qt4: replaced libIDL by libidl
author | Hans-G?nter Theisgen |
---|---|
date | Wed Aug 05 09:22:38 2020 +0100 (2020-08-05) |
parents | |
children |
line diff
1.1 --- /dev/null Thu Jan 01 00:00:00 1970 +0000 1.2 +++ b/libaio/description.txt Wed Aug 05 09:22:38 2020 +0100 1.3 @@ -0,0 +1,5 @@ 1.4 +The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a richer 1.5 +API and capability set than the simple POSIX async I/O facility. This library, 1.6 +libaio, provides the Linux-native API for async I/O. The POSIX async I/O 1.7 +facility requires this library in order to provide kernel-accelerated async I/O 1.8 +capabilities, as do applications which require the Linux-native async I/O API.