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
Fixed CoroutineScope of withContext block for structured concurrency
* Both withContext and coroutineScope are optimized and are rewritten
as extensions of AbstractCoroutine
* This gives withContext consistent exception handling &
suppression logic from JobSupport
* Support for cancelling state is dropped from AbstractContinuation
and it is now faster, too
(it can be merged with CancellableContinuationImpl in the future)
Fixes#553Fixes#617
0 commit comments