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
Copy file name to clipboardExpand all lines: CHANGES.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -18,7 +18,7 @@ Visible consequences of include more robust exception handling for large corouti
18
18
*`withContext` is now aligned with structured concurrency and awaits for all launched tasks, its performance is significantly improved (see #553 and #617).
19
19
* Added integration module with Play Services Task API. Thanks @SUPERCILEX and @lucasvalenteds for the contribution!
20
20
* Integration with Rx2 now respects nullability in type constraints (see #347). Thanks @Dmitry-Borodin for the contribution!
21
-
*`CompletableFuture.await` and `ListenableFuture.await` now propagate cancellation the the future (see #611).
21
+
*`CompletableFuture.await` and `ListenableFuture.await` now propagate cancellation to the future (see #611).
22
22
* Cancellation of `runBlocking` machinery is improved (see #589).
23
23
* Coroutine guide is restructured and split to multiple files for the sake of simplicity.
24
24
*`CoroutineScope` factory methods add `Job` if it is missing from the context to enforce structured concurrency (see #610).
0 commit comments