Join Slack
Powered by
<@U2E974ELT> It took me some time to understand th...
# coroutines
g
gaetan
02/09/2017, 1:52 PM
@elizarov
It took me some time to understand the prime number sample. Maybe having just a small line to show the pipeline could help:
Copy code
numbers -> filter(2) -> filter(3) -> filter(5) -> filter(7) ...
👍 1
👌 1
Open in Slack
Previous
Next