Nyall Dawson a39e1625c0 [api] Add new class to run a process in a blocking manner without
QEventLoop related issues on the main thread

This class should be used whenever a blocking process run is required.
Unlike implementations which rely on QApplication::processEvents()
or creation of a QEventLoop, this class is completely thread safe
and can be used on either the main thread or background threads without
issue.

Execution supports use of a QgsFeedback object to support termination
of the process.
2021-01-07 06:01:39 +10:00
..
2020-11-12 07:14:46 +10:00
2020-11-12 07:14:46 +10:00
2021-01-06 07:56:51 +10:00
2020-11-28 05:24:54 +10:00
2020-11-12 07:14:46 +10:00
2021-01-05 04:18:51 +10:00
2020-11-12 07:14:46 +10:00
2020-09-20 06:57:20 +10:00
2020-12-29 11:38:11 +10:00
2020-12-12 18:59:08 +01:00