dnowak
02/08/2021, 1:46 PMIO.handleError
in new Fx based on suspend
functions?stojan
02/08/2021, 2:22 PMEither.catch { mySuspendFun() }.handleErrorWith
dnowak
02/09/2021, 11:54 PMEither.catch
as I understand should be used to execute side effect - similar to “legacy” IO.effect
. Before running final IO
I was always adding handleError
to be sure that none of unexpected exceptions will escape.stojan
02/10/2021, 7:44 AM