File tree Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Expand file tree Collapse file tree 1 file changed +1
-1
lines changed Original file line number Diff line number Diff line change 6
6
* [ Coroutines guide] ( coroutines-guide.md ) uses it in a section on actors.
7
7
* ` CompletableDeferred ` is an interface with private impl (courtesy of @fvasco , see #86 ).
8
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 ).
9
+ * ` Job.join ` and ` Deferred .await` wait until a cancelled coroutine stops execution (see #64 ).
10
10
* ` Job ` and ` Deferred ` have a new _ cancelling_ state which they enter on invocation of ` cancel ` .
11
11
* ` Job.invokeOnCompletion ` has an additional overload with ` onCancelling: Boolean ` parameter to
12
12
install handlers that are fired as soon as coroutine enters _ cancelling_ state as opposed
You can’t perform that action at this time.
0 commit comments