Skip to content

Commit 1025837

Browse files
committed
Merge remote-tracking branch 'origin/master' into develop
2 parents 98a39d0 + a448903 commit 1025837

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

CHANGES.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@
66
* [Coroutines guide](coroutines-guide.md) uses it in a section on actors.
77
* `CompletableDeferred` is an interface with private impl (courtesy of @fvasco, see #86).
88
* It extends `Deferred` interface with `complete` and `completeExceptionally` functions.
9-
* `Job.join` and `Job.await` wait until a cancelled coroutine stops execution (see #64).
9+
* `Job.join` and `Deferred.await` wait until a cancelled coroutine stops execution (see #64).
1010
* `Job` and `Deferred` have a new _cancelling_ state which they enter on invocation of `cancel`.
1111
* `Job.invokeOnCompletion` has an additional overload with `onCancelling: Boolean` parameter to
1212
install handlers that are fired as soon as coroutine enters _cancelling_ state as opposed

0 commit comments

Comments
 (0)