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
I believe CompletableFutureCorotine should not attempt to handle the exception in any other way than completing the returned CompletableFuture. For now, this is not the case.
Expected behavior
future
coroutine builder delivers all errors via the returned object, just likeasync
.Actual behavior
future
coroutine builder can suddenly trigger global exception handler that may crash the application.Sample code:
Result:
Exception in thread "DefaultDispatcher-worker-1" java.lang.IllegalStateException: foo
The text was updated successfully, but these errors were encountered: