You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
to catch the error we would need to catch Throwable which forces us to check if it's an Error.
When using futures directly, this isn't as much of a problem I guess.
The text was updated successfully, but these errors were encountered:
When using kotlin coroutines the use of
NoStackTraceThrowable
causes problems that are really hard to find.This code will not catch the error
to catch the error we would need to catch
Throwable
which forces us to check if it's anError
.When using futures directly, this isn't as much of a problem I guess.
The text was updated successfully, but these errors were encountered: