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
Use cancellation exception from standard library in Kotlin/JS and K/N (#2638)
* On JVM it uses java.util.concurrent.CancellationException, same as stdlib declaration
* Fully backwards compatible for JVM, Native-friendly for Obj-C interop
0 commit comments