summaryrefslogtreecommitdiff
path: root/docs/coroutines.md
diff options
context:
space:
mode:
Diffstat (limited to 'docs/coroutines.md')
-rw-r--r--docs/coroutines.md24
1 files changed, 24 insertions, 0 deletions
diff --git a/docs/coroutines.md b/docs/coroutines.md
index 543f539..06f2056 100644
--- a/docs/coroutines.md
+++ b/docs/coroutines.md
@@ -4,4 +4,28 @@
## Lambdas
+### Operators
+
+* ``return
+
+* ``sync
+
+* ``async
+
+* ``await
+
+* ``log`
+
## Generators
+
+### Operators
+
+* ``init
+
+* ``yield
+
+* ``done
+
+* ``next
+
+* ``log`