diff options
| author | nodist <kevin.comas.git@gmail.com> | 2026-08-27 20:35:51 -0400 |
|---|---|---|
| committer | nodist <kevin.comas.git@gmail.com> | 2026-08-27 20:35:51 -0400 |
| commit | 85773659adcced87804c6304fb71c9ea33ae43eb (patch) | |
| tree | d9dde3bf623c104989a1d9d1b7aba1348c8ce80b /docs/coroutines.md | |
| parent | fd6892ff64b102bd494da0b1eea3113e758e6995 (diff) | |
Diffstat (limited to 'docs/coroutines.md')
| -rw-r--r-- | docs/coroutines.md | 24 |
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` |
