diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-06-06 15:42:50 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-06-06 15:42:50 -0400 |
| commit | 7df3d08d8dd0d81f24f0788b44efd37883d3c1c8 (patch) | |
| tree | 8a30d983fe92451f2b7048e06ee8f1121e314a6a /docs/application/index.md | |
| parent | 1d5f5dd3cd5cc07352379fe33930770e3d203f3a (diff) | |
start io and remove print op
Diffstat (limited to 'docs/application/index.md')
| -rw-r--r-- | docs/application/index.md | 3 |
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) |
