wok-next annotate libaio/description.txt @ rev 21727

created recipe for vbindiff
author Hans-G?nter Theisgen
date Sat Nov 21 14:32:44 2020 +0100 (2020-11-21)
parents
children
rev   line source
al@20968 1 The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a richer
al@20968 2 API and capability set than the simple POSIX async I/O facility. This library,
al@20968 3 libaio, provides the Linux-native API for async I/O. The POSIX async I/O
al@20968 4 facility requires this library in order to provide kernel-accelerated async I/O
al@20968 5 capabilities, as do applications which require the Linux-native async I/O API.