summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--README13
1 files changed, 13 insertions, 0 deletions
diff --git a/README b/README
new file mode 100644
index 0000000..5744f1a
--- /dev/null
+++ b/README
@@ -0,0 +1,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