blob: 5744f1a12573dd2dc8f971666ebf932fe534f3e9 [file] [log] [blame]
Jens Axboe72d7f5a2019-08-05 12:06:42 -06001liburing
2--------
3
4This is the liburing library. liburing provides helpers to setup and
5teardown io_uring instances, and also a simplified interface for
6applications that don't need (or want) to deal with the full kernel
7side implementation.
8
9For more info on io_uring, please see:
10
11http://kernel.dk/io_uring.pdf
12
13Jens Axboe 2019-08-05