Martin Devillers
12/18/2018, 3:13 PMwithContext and CompletableDeferred.Martin Devillers
12/18/2018, 3:15 PM[Failed] exception which is thrown by the exception handler (which mimicks the default behavior on the Android platform by causing a crash).
By completing a CompletableDeferred exceptionally after a timeout waiting for it, the exception gets propagated to the uncaught exception handler. I wouldn’t expect this, given the documentation of CompletableDeferred.completeExceptionallyMartin Devillers
12/18/2018, 3:23 PMcompleteExceptionally changes simply due to the fact that await has been called on it, then cancelled. If await isn’t called, then there isn’t any failure.Martin Devillers
12/19/2018, 8:27 AMdevelop branch)