There is no need to use `suspend` if you prefer to...
# arrow
s
There is no need to use
suspend
if you prefer to use
IO
directly. Making an
IO
capable of running
suspend
will immensely improve interop with the current ecosystem.