File tree Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Expand file tree Collapse file tree 1 file changed +1
-2
lines changed Original file line number Diff line number Diff line change @@ -145,8 +145,7 @@ Caught java.lang.AssertionError
145145Cancellation is tightly bound with exceptions. Coroutines internally use ` CancellationException ` for cancellation, these
146146exceptions are ignored by all handlers, so they should be used only as the source of additional debug information, which can
147147be obtained by ` catch ` block.
148- When a coroutine is cancelled using [ Job.cancel] without a cause, it terminates, but it does not cancel its parent.
149- Cancelling without cause is a mechanism for parent to cancel its children without cancelling itself.
148+ When a coroutine is cancelled using [ Job.cancel] , it terminates, but it does not cancel its parent.
150149
151150<div class =" sample " markdown =" 1 " theme =" idea " data-min-compiler-version =" 1.3 " >
152151
You can’t perform that action at this time.
0 commit comments