aboutsummaryrefslogtreecommitdiff
path: root/docs/ASYNC.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/ASYNC.md')
-rw-r--r--docs/ASYNC.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/docs/ASYNC.md b/docs/ASYNC.md
index 87c602d..28a69da 100644
--- a/docs/ASYNC.md
+++ b/docs/ASYNC.md
@@ -1,5 +1,7 @@
# Asynchronous Programming
+> ! This section is a **draft**. Many important details have yet to be ironed out.
+
Puck has [colourless](https://journal.stuffwithstuff.com/2015/02/01/what-color-is-your-function/) async/await, heavily inspired by [Zig's implementation](https://kristoff.it/blog/zig-colorblind-async-await/).
```puck