This commit is contained in:
dockes 2009-11-04 13:42:41 +00:00
parent daae416d98
commit 9758fd4210

View File

@ -32,7 +32,7 @@
* a side-effect of some other progress-reporting call. If cancellation has
* been requested, this will raise an exception, to be catched and processed
* wherever the worker was invoked.
* Of course, the worker side must be exception-clean, but this otherwise avoids
* The worker side must be exception-clean, but this otherwise avoids
* having to set-up code to handle a special cancellation error along
* the whole worker call stack.
*/