Satyam Agarwal
08/12/2020, 8:02 AMBut what I would like to bring to your attention with this comment is that suspend is not a replacement for IO but all monads and foldable (see SequenceBuilder in the std lib) and can support interleaved transformer binding at all layers of the transformersBy this Raul means that suspend is replacement for IO including other things right 😅 ? Also, I was wondering if there would be any migration guide for switching the whole application code from
IO
to Either + suspend
? I am assuming IO would eventually get deprecated when arrow-fx-coroutines
will get mature ?simon.vergauwen
08/12/2020, 8:21 AMIO
will get deprecated when Arrow Fx Coroutines matures since this is obviously a much better fit for Kotlin.simon.vergauwen
08/12/2020, 8:21 AMraulraja
08/12/2020, 10:05 AM