summaryrefslogblamecommitdiff
path: root/README
blob: 5744f1a12573dd2dc8f971666ebf932fe534f3e9 (plain) (tree)
1
2
3
4
5
6
7
8
9
10
11
12
13












                                                                    
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:

http://kernel.dk/io_uring.pdf

Jens Axboe 2019-08-05