Hi all, trying to suss out exactly how to call an ...
# arrow
i
Hi all, trying to suss out exactly how to call an async process using IO.async(). I have a function:
fun getPage(pageOffset: Int): Either<Error, POResponseMessage>
If I try to call it like this, I get an error that I'm missing an IOConnection argument: