so you can't call `await` in a builder that genera...
# coroutines
d
so you can't call
await
in a builder that generates sequences, for example, because that wouldn't really make sense... suspension is restricted to
yield