summaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorChris Boesch <chrboesch@noreply.codeberg.org>2026-04-01 23:44:24 +0200
committerChris Boesch <chrboesch@noreply.codeberg.org>2026-04-01 23:44:24 +0200
commite22748d48899d93c6af2684b33688c91c239596c (patch)
tree29dfd7ce970dcdc988e91ebd108128445c408a33 /README.md
parentfcfb0e80a039d8283f6a298ed67a26c23e3a560a (diff)
revival of the async-io functions
Diffstat (limited to 'README.md')
-rw-r--r--README.md2
1 files changed, 1 insertions, 1 deletions
diff --git a/README.md b/README.md
index 8d90e03..35eadd4 100644
--- a/README.md
+++ b/README.md
@@ -193,7 +193,7 @@ Zig Core Language
* [x] Sentinel termination
* [x] Quoted identifiers @""
* [x] Anonymous structs/tuples/lists
-* [ ] Async I/O
+* [x] Async I/O
* [X] Interfaces
* [X] Bit manipulation
* [X] Working with C