The important difference, is that `produce` is asy...
# coroutines
e
The important difference, is that
produce
is asynchronous (producer can sleep, wait, work in different threads), while
buildSequence
is completely synchronous.