QGIS API Documentation 3.43.0-Master (3ee7834ace6)
|
Thread used to monitor the fcgi socket. More...
#include <qgsfcgiserverresponse.h>
Public Member Functions | |
QgsSocketMonitoringThread (std::shared_ptr< QgsFeedback > feedback) | |
Constructor for QgsSocketMonitoringThread. | |
void | run () |
main thread function | |
void | stop () |
Stop the thread. | |
Thread used to monitor the fcgi socket.
Definition at line 38 of file qgsfcgiserverresponse.h.
QgsSocketMonitoringThread::QgsSocketMonitoringThread | ( | std::shared_ptr< QgsFeedback > | feedback | ) |
Constructor for QgsSocketMonitoringThread.
feedback | used to cancel rendering jobs when socket timedout |
Definition at line 65 of file qgsfcgiserverresponse.cpp.
void QgsSocketMonitoringThread::run | ( | ) |
main thread function
Definition at line 106 of file qgsfcgiserverresponse.cpp.
void QgsSocketMonitoringThread::stop | ( | ) |
Stop the thread.
Definition at line 98 of file qgsfcgiserverresponse.cpp.