diff options
author | Tavian Barnes <tavianator@tavianator.com> | 2023-04-06 14:55:25 -0400 |
---|---|---|
committer | Tavian Barnes <tavianator@tavianator.com> | 2023-06-12 14:39:34 -0400 |
commit | e8df57b5a49a70e2daa5bb6c00b8e0e06c51306a (patch) | |
tree | c2d343355e23bb415d52b116b195d33ae434f1ed /src/main.c | |
parent | a69327f7844ca88ad5b6293bd334e5cb351d9591 (diff) | |
download | bfs-e8df57b5a49a70e2daa5bb6c00b8e0e06c51306a.tar.xz |
ioq: Implement an async I/O queue
Diffstat (limited to 'src/main.c')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -31,6 +31,7 @@ * - dir.[ch] (a directory API facade) * - dstring.[ch] (a dynamic string library) * - fsade.[ch] (a facade over non-standard filesystem features) + * - ioq.[ch] (an async I/O queue) * - list.h (linked list macros) * - lock.h (mutexes, condition variables, etc.) * - mtab.[ch] (parses the system's mount table) |