<@U2E974ELT> Great explanation, It's starting to g...
# coroutines
d
@elizarov Great explanation, It's starting to get much clearer! But the
buildSequence
"producer" will also sleep and wait until next is called, isn't the real difference in the threads and that it can be suspended from an external call? I also never quite understood to well why
buildSequence
doesn't need a context, at least for where the whole generation process should be carried out (but of course not inside the coroutine itself, since like you said, it's supposed to be synchronous...)