IO is also a bad abstraction in Kotlin
# arrow-contributors
r
IO is also a bad abstraction in Kotlin
s
Can you explain this more ?
It will remain but moved to another module so you don’t have to migrate all at once
Would it also mean that it will move out of
arrow-fx
module, and no further development will be done on it ?
Will it eventually deprecated and then removed like
Try
?
r
not deprecated but moved to its own artifact. Arrow Fx will distribute Arrow Fx Coroutines which is what replaces IO. is the same API but directly over suspend
without wrapping therefore more performant
s
Awesome. Thanks a lot.