kittinunf/Result

`.map{}` Not Catching any exception thrown in tranform Function

Shabinder opened this issue · 2 comments

image

I have renamed the SuspendableResult -> SuspendableEvent and catching Throwables instead of Exceptions

Why isnt this being catched and packaged into SuspendableEvent.Failure ?

image

Somehow this Works:
image

Fixed , there was some issue in my custom IMPL 🙃