We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 98a39d0 + a448903 commit 1025837Copy full SHA for 1025837
CHANGES.md
@@ -6,7 +6,7 @@
6
* [Coroutines guide](coroutines-guide.md) uses it in a section on actors.
7
* `CompletableDeferred` is an interface with private impl (courtesy of @fvasco, see #86).
8
* It extends `Deferred` interface with `complete` and `completeExceptionally` functions.
9
-* `Job.join` and `Job.await` wait until a cancelled coroutine stops execution (see #64).
+* `Job.join` and `Deferred.await` wait until a cancelled coroutine stops execution (see #64).
10
* `Job` and `Deferred` have a new _cancelling_ state which they enter on invocation of `cancel`.
11
* `Job.invokeOnCompletion` has an additional overload with `onCancelling: Boolean` parameter to
12
install handlers that are fired as soon as coroutine enters _cancelling_ state as opposed
0 commit comments