<http://www.baeldung.com/kotlin-coroutines>
# feed
n
i
We saw that
buildSequence
is the main building block of every coroutine.
@nfrankel I didn't get where this conclusion follows from. Other coroutine builders, such as
async
,
launch
do not use
buildSequence
at all.