I had understood the benefit of switching modes be...
# arrow
d
I had understood the benefit of switching modes between pure and impure with the use of
suspend fun
, but I thought that was just a sensible convention. Are you saying that suspend functions with side effects are pure? Or is it that a call to a
suspend fun
doesn't immediately execute?