stojan
11/15/2020, 5:06 PMIn Kotlin with suspenddoes that mean that:can safely be used to recover from exceptions. source: https://github.com/arrow-kt/arrow-fx/pull/169try/catch
val result: Int = try {
  evalOn(BlockingI)) { mySuspendFun() }
} catch(t: Throwable) {
  5
}pakoito
11/15/2020, 11:59 PMsimon.vergauwen
11/16/2020, 11:05 AM