aboutsummaryrefslogtreecommitdiff
path: root/std/async.pk
diff options
context:
space:
mode:
Diffstat (limited to 'std/async.pk')
-rw-r--r--std/async.pk1
1 files changed, 1 insertions, 0 deletions
diff --git a/std/async.pk b/std/async.pk
index f2ae3e0..87b1abc 100644
--- a/std/async.pk
+++ b/std/async.pk
@@ -3,6 +3,7 @@
# reference: https://kristoff.it/blog/zig-colorblind-async-await/
## A standard Future type. Opaque.
+@[opaque]
pub type Future[T] = struct
...