Skip to content

Commit

Permalink
Update qgsfeedback.h
Browse files Browse the repository at this point in the history
  • Loading branch information
DelazJ authored and nyalldawson committed Jan 21, 2020
1 parent 85b31cf commit 74de90b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/core/qgsfeedback.h
Expand Up @@ -28,6 +28,7 @@
* for a particular operation (e.g. report progress or pass some data for preview).
*
* When cancel() is called, the internal code has two options to check for cancellation state:
*
* - if the worker thread uses an event loop (e.g. for network communication), the code can
* make a queued connection to canceled() signal and handle the cancellation in its slot.
* - if the worker thread does not use an event loop, it can poll isCanceled() method regularly
Expand Down

0 comments on commit 74de90b

Please sign in to comment.