Hello everybody! I'm facing a problem with Arrow F...
# arrow
h
Hello everybody! I'm facing a problem with Arrow Fx (on Arrow 0.9.0): from a suspend function I need to call a function that returns an IO<>. How can I "convert" the IO<> in a suspended function? The only solution I found is using the
unsafeRunSync()
method...