I was going to say that in map you won't be able t...
# arrow
s
I was going to say that in map you won't be able to call a suspend fun. It won't compile, instead you'd have to do
flatMap { IO.effect { suspendFunction() } }
.