Commit e18b015
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 #553
Fixes #6171 parent 0a656ff commit e18b015
1 file changed
+2
-1
lines changedLines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
16 | 16 | | |
17 | 17 | | |
18 | 18 | | |
19 | | - | |
| 19 | + | |
| 20 | + | |
20 | 21 | | |
21 | 22 | | |
22 | 23 | | |
| |||
0 commit comments