This message was deleted.
# coroutines
s
This message was deleted.
a
Maybe I don’t see what’s wrong. You
take(5)
from the result of
map
instead of
take(5)
from the result of
filter
. See https://kotlinlang.org/api/latest/jvm/stdlib/kotlin.collections/take.html
m
aha .. I figured it out, I should print items before calling reduce