aboutsummaryrefslogtreecommitdiff
path: root/README.md
diff options
context:
space:
mode:
authorDave Gauer <dave@ratfactor.com>2021-05-12 20:35:29 -0400
committerDave Gauer <dave@ratfactor.com>2021-05-12 20:35:29 -0400
commite555fdc3dfbc7f0f7654ab5d530a0a1d8f0d628e (patch)
tree74b7743a72798e3b56154003a12d3dda67a09a27 /README.md
parent86e071f25607817a6a507956b1f759e5d13be5df (diff)
downloadziglings-e555fdc3dfbc7f0f7654ab5d530a0a1d8f0d628e.tar.gz
ziglings-e555fdc3dfbc7f0f7654ab5d530a0a1d8f0d628e.tar.bz2
ziglings-e555fdc3dfbc7f0f7654ab5d530a0a1d8f0d628e.tar.xz
ziglings-e555fdc3dfbc7f0f7654ab5d530a0a1d8f0d628e.zip
add ex084 async
Diffstat (limited to 'README.md')
-rw-r--r--README.md5
1 files changed, 1 insertions, 4 deletions
diff --git a/README.md b/README.md
index 7a44cf0..44ceb22 100644
--- a/README.md
+++ b/README.md
@@ -149,10 +149,7 @@ Core Language
* [x] Sentinel termination
* [x] Quoted identifiers @""
* [x] Anonymous structs/tuples/lists
-* [ ] Suspend / Resume
-* [ ] Async / Await
-* [ ] Nosuspend
-* [ ] Async Frames, Suspend Blocks
+* [ ] Async
* [ ] Working with C?
Modules and the Zig Standard Library