Skip to content

Commit

Permalink
Typo fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
elizarov committed Jul 24, 2017
1 parent a1ff3bd commit a448903
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGES.md
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
* [Coroutines guide](coroutines-guide.md) uses it in a section on actors.
* `CompletableDeferred` is an interface with private impl (courtesy of @fvasco, see #86).
* It extends `Deferred` interface with `complete` and `completeExceptionally` functions.
* `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).
* `Job` and `Deferred` have a new _cancelling_ state which they enter on invocation of `cancel`.
* `Job.invokeOnCompletion` has an additional overload with `onCancelling: Boolean` parameter to
install handlers that are fired as soon as coroutine enters _cancelling_ state as opposed
Expand Down

0 comments on commit a448903

Please sign in to comment.