From 85773659adcced87804c6304fb71c9ea33ae43eb Mon Sep 17 00:00:00 2001 From: nodist Date: Thu, 27 Aug 2026 20:35:51 -0400 Subject: all types have log op --- docs/coroutines.md | 24 ++++++++++++++++++++++++ 1 file changed, 24 insertions(+) (limited to 'docs/coroutines.md') 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` -- cgit v1.2.3