arrow-fx-coroutines / arrow.fx.coroutines / Environment / asyncErrorHandler
abstract fun asyncErrorHandler(e:
Throwable
):
Unit
The async error handler is reserved for rare exceptions; e.g. when an error occurs after the completion of a kotlin.coroutines.Continuation, or when an error occurs when triggering a CancelToken.
This will never be invoked for a Throwable that occurred in a user flow.
Do you like Arrow?
✖