<@U2E974ELT> please correct me if I’m wrong. `buil...
# coroutines
d
@elizarov please correct me if I’m wrong.
buildSequence
returns lazy sequence, so I get values from it on demand. At the same time producers return an infinite stream that pushes values to me.