Join Slack
Powered by
Another question regarding the sample code from th...
# arrow
j
Janusz
06/10/2020, 2:52 PM
Another question regarding the sample code from that page.
call.runAsync(IO.async())
Android studio tricked me into using
fun <A> async(k: IOProc<A>): IO<A> = .....
From the IO class instead of the one from the IOAsync extensions file.
Open in Slack
Previous
Next