summaryrefslogtreecommitdiff
path: root/README
blob: 64719645ba48f4e1ee0334e73784245ed2425373 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
liburing
--------

This is the liburing library. liburing provides helpers to setup and
teardown io_uring instances, and also a simplified interface for
applications that don't need (or want) to deal with the full kernel
side implementation.

For more info on io_uring, please see:

https://kernel.dk/io_uring.pdf

Subscribe to io-uring@vger.kernel.org for io_uring related discussions
and development for both kernel and userspace. The list is archived here:

https://lore.kernel.org/io-uring/

Jens Axboe 2019-08-05