I might have missed this in the docs somewhere, bu...
# arrow
a
I might have missed this in the docs somewhere, but when I use
IO
to model effects, do I need to use
suspend
on the functions as well? I am looking at examples here (https://jorgecastillo.dev/kotlin-fp-2-monad-transformers) and I don't see it at all. When do I need to use
suspend
?
👍 1
m
Got the answer from Jorge here about
IO
and `coroutine`: https://kotlinlang.slack.com/archives/C5UPMM0A0/p1578566840061400?thread_ts=1578557421.058200&cid=C5UPMM0A0 cc @Attila Domokos