summaryrefslogtreecommitdiff
path: root/docs/coroutines.md
blob: 06f20564c15d98bd37aeaf816c9df0e637072022 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
# Coroutines

---

## Lambdas

### Operators

* ``return

* ``sync

* ``async

* ``await

* ``log`

## Generators

### Operators

* ``init

* ``yield

* ``done

* ``next

* ``log`