runBlocking sounds not so good, because your code ...
# coroutines
g
runBlocking sounds not so good, because your code become blocking so you lost all the advantages of non-blocking coroutines It’s just different APIs, sequence by the nature not allow to block inside of sequence builder, because API doesn’t support suspend functions, but Channels have suspend api by default