QGIS API Documentation 3.99.0-Master (2fe06baccd8)
Loading...
Searching...
No Matches
QgsSocketMonitoringThread Class Reference

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.

Detailed Description

Thread used to monitor the fcgi socket.

Since
QGIS 3.36

Definition at line 39 of file qgsfcgiserverresponse.h.

Constructor & Destructor Documentation

◆ QgsSocketMonitoringThread()

QgsSocketMonitoringThread::QgsSocketMonitoringThread ( std::shared_ptr< QgsFeedback > feedback)

Constructor for QgsSocketMonitoringThread.

Parameters
feedbackused to cancel rendering jobs when socket timedout

Definition at line 66 of file qgsfcgiserverresponse.cpp.

Member Function Documentation

◆ run()

void QgsSocketMonitoringThread::run ( )

main thread function

Definition at line 106 of file qgsfcgiserverresponse.cpp.

◆ stop()

void QgsSocketMonitoringThread::stop ( )

Stop the thread.

Definition at line 98 of file qgsfcgiserverresponse.cpp.


The documentation for this class was generated from the following files: