From e555fdc3dfbc7f0f7654ab5d530a0a1d8f0d628e Mon Sep 17 00:00:00 2001 From: Dave Gauer Date: Wed, 12 May 2021 20:35:29 -0400 Subject: add ex084 async --- README.md | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'README.md') 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 -- cgit v1.2.3-ZIG