summaryrefslogtreecommitdiff
path: root/docs/type_system/task.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-05-13 16:12:32 -0400
committernodist <kevin.comas.git@gmail.com>2026-05-13 16:12:32 -0400
commitd4ff8cfd8c9d1881cfc672a10d1f787e633fffaa (patch)
treeeb2eb61118004dcd8a77cda29986d4c9cde6fdd9 /docs/type_system/task.md
parent70cbe8d5818ad63fad951d1b971e817acc9e76b1 (diff)
all functions return a task
Diffstat (limited to 'docs/type_system/task.md')
-rw-r--r--docs/type_system/task.md9
1 files changed, 9 insertions, 0 deletions
diff --git a/docs/type_system/task.md b/docs/type_system/task.md
new file mode 100644
index 0000000..b00709d
--- /dev/null
+++ b/docs/type_system/task.md
@@ -0,0 +1,9 @@
+# Task
+
+---
+
+An asynchronous encapsulation
+
+```text
+Task[TYPE]
+```