Join Slack
Powered by
Hi all, trying to suss out exactly how to call an ...
# arrow
i
ibcoleman
02/15/2019, 4:57 PM
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:
Open in Slack
Previous
Next