en

Mark Murphy

Quotes

b4777467766has quoted2 years ago
Note that the inverse is not true: canceling a child job does not cancel its parent.
b4777467766has quoted2 years ago
If the code in a coroutine has an unhandled exception, its job gets canceled
b4777467766has quoted2 years ago
Here, we have two independent jobs. The second job generates a NullPointerException, so it will be canceled at that point, skipping the rest of its work. The first job, though, is unaffected, since it is not related to the second job.
fb2epub
Drag & drop your files (not more than 5 at once)