https://github.com/holmanb/libaio
https://github.com/holmanb/libaio
Last synced: 3 months ago
JSON representation
- Host: GitHub
- URL: https://github.com/holmanb/libaio
- Owner: holmanb
- License: lgpl-2.1
- Created: 2021-09-13T12:37:56.000Z (almost 5 years ago)
- Default Branch: master
- Last Pushed: 2021-09-19T23:42:22.000Z (almost 5 years ago)
- Last Synced: 2025-01-20T06:19:00.833Z (over 1 year ago)
- Language: C
- Size: 190 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- Changelog: ChangeLog
- License: COPYING
Awesome Lists containing this project
README
# 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.