| 
    QGIS API Documentation 3.99.0-Master (f78f5286a64)
    
   | 
 
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.