summaryrefslogtreecommitdiff
path: root/docs/application/index.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/application/index.md')
-rw-r--r--docs/application/index.md3
1 files changed, 2 insertions, 1 deletions
diff --git a/docs/application/index.md b/docs/application/index.md
index 7d97cda..2717005 100644
--- a/docs/application/index.md
+++ b/docs/application/index.md
@@ -4,7 +4,7 @@
# Requirements
-* Linux X64
+* Linux X64 with io_uring (6+)
* GNU Make
* GCC with -std=gnu99 -fhardened (14+)
@@ -14,6 +14,7 @@
* ##### [Type](./type.md)
* ##### [Pool](./pool.md)
* ##### [Thread](./thread.md)
+* ##### [Io](./io.md)
* ##### [Tuple](./tuple.md)
* ##### [Buffer](./buffer.md)
* ##### [Map](./map.md)