Join Slack
Powered by
`produce` is also lazy in the same way as `buildSe...
# coroutines
e
elizarov
10/25/2017, 9:40 AM
produce
is also lazy in the same way as
buildSequence
. You can use it almost as a drop-in replacement:
buildSequence
->
produce
,
yield
->
send
.
Open in Slack
Previous
Next