diff options
author | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-13 11:35:43 +0300 |
---|---|---|
committer | robot-piglet <robot-piglet@yandex-team.com> | 2023-09-13 11:56:26 +0300 |
commit | 9916b2b3577c4dc6d59397dd8585630297b9e594 (patch) | |
tree | adffc64ddd0c80c53383f3ca7435f1883dac1e1a /contrib/libs/libaio/README.md | |
parent | 28666be3eead21a7ab832b3a9babaf95cad841d3 (diff) | |
download | ydb-9916b2b3577c4dc6d59397dd8585630297b9e594.tar.gz |
Intermediate changes
Diffstat (limited to 'contrib/libs/libaio/README.md')
-rw-r--r-- | contrib/libs/libaio/README.md | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/contrib/libs/libaio/README.md b/contrib/libs/libaio/README.md new file mode 100644 index 0000000000..692f4a7bc7 --- /dev/null +++ b/contrib/libs/libaio/README.md @@ -0,0 +1,12 @@ +# 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. |