From bb912b081ed339e4a5419bd3d2ffd7465f2f72d3 Mon Sep 17 00:00:00 2001 From: nodist Date: Mon, 27 Jul 2026 17:17:56 -0400 Subject: bottom up redesign --- docs/application/io.md | 39 --------------------------------------- 1 file changed, 39 deletions(-) delete mode 100644 docs/application/io.md (limited to 'docs/application/io.md') diff --git a/docs/application/io.md b/docs/application/io.md deleted file mode 100644 index a292718..0000000 --- a/docs/application/io.md +++ /dev/null @@ -1,39 +0,0 @@ -# Io (io_uring) - ---- - -# Design - -## Io Ring - -## Fixed Buffers - -## Fixed Files - -## Buffer Rings - -# Io Tasks - -Tasks for each IO operation are stored in the `user_data` field - -## Ring Submission `struct io_uring_sqe` - -## Ring Completion `struct io_uring_cqe` - -# Usage - -## File - -### Open - -### Statx - -### Read - -### Write - -## Directory - -## Timers - -## Network -- cgit v1.2.3