Vsevolod Tolstopyatov [JB]
12/21/2018, 4:11 PMkotlinx.coroutines version 1.1.0 is here!
Changelog (compared to 1.1.0-alpha):
* Kotlin updated to 1.3.11.
* Resumes of CancellableContinuation in the final state now produce IllegalStateException. This change does not affect previous CancellableContinuation improvement, races between resume and cancellation do not lead to exceptional situation.
* runBlocking is integrated with Dispatchers.Unconfined. Now nested runBlocking and unconfined calls do not hang, but share the same event loop.pakoito
12/27/2018, 10:56 PMVsevolod Tolstopyatov [JB]
12/28/2018, 3:51 PMkotlinx.coroutines.stacktrace.recovery to false and use debug mode as before.
It would be nice if you created an issue on github with a short explanation why you need reference equality for exceptions and which libraries are broken. In that case, we could discuss more granular solution (e.g. we have internal NonRecoverableThrowable interface) and maybe even test against these libraries before release.pakoito
12/28/2018, 9:50 PM