From d4ff8cfd8c9d1881cfc672a10d1f787e633fffaa Mon Sep 17 00:00:00 2001 From: nodist Date: Wed, 13 May 2026 16:12:32 -0400 Subject: all functions return a task --- docs/type_system/task.md | 9 +++++++++ 1 file changed, 9 insertions(+) create mode 100644 docs/type_system/task.md (limited to 'docs/type_system/task.md') 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] +``` -- cgit v1.2.3