<@U2E974ELT> It took me some time to understand th...
# coroutines
g
@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