summaryrefslogtreecommitdiff
path: root/docs/coroutines.md
diff options
context:
space:
mode:
authornodist <kevin.comas.git@gmail.com>2026-08-27 20:35:51 -0400
committernodist <kevin.comas.git@gmail.com>2026-08-27 20:35:51 -0400
commit85773659adcced87804c6304fb71c9ea33ae43eb (patch)
treed9dde3bf623c104989a1d9d1b7aba1348c8ce80b /docs/coroutines.md
parentfd6892ff64b102bd494da0b1eea3113e758e6995 (diff)
all types have log opHEADmain
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`