<@U6P03BM0W> sequences are lazy but synchronous (t...
# coroutines
e
@dave08 sequences are lazy but synchronous (they run in the same thread, the only way to wait is to block it), while channels are asynchronous.