mirror of
https://pagure.io/libaio.git
synced 2026-07-19 12:42:43 +07:00
Linux-native asynchronous I/O access library
- C 38.6%
- Raku 36.2%
- Perl 15.6%
- Makefile 4.7%
- Terra 4.3%
- Other 0.6%
| harness | ||
| man | ||
| src | ||
| .gitignore | ||
| ChangeLog | ||
| COPYING | ||
| INSTALL | ||
| libaio.spec | ||
| Makefile | ||
| README.md | ||
| TODO | ||
libaio
The Linux-native asynchronous I/O facility ("async I/O", or "aio") has a richer API and capability set than the simple POSIX async I/O facility. This library, libaio, provides the Linux-native API for async I/O. The POSIX async I/O facility requires this library in order to provide kernel-accelerated async I/O capabilities, as do applications which require the Linux-native async I/O API.
Contributing
Patches should be submitted to linux-aio@kvack.org.