Join Slack
Powered by
<@U6P03BM0W> There is more to it. To recap, `build...
# coroutines
e
elizarov
10/25/2017, 9:10 AM
@dave08
There is more to it. To recap,
buildSequence
is a
synchronous
sequence. You can only computed and `yield`/`yieldAll` items, you cannot
delay
or do any kind of async IO to build a
Sequence
. A resulting
Sequence
must be always synchronous.
Open in Slack
Previous
Next