QGIS API Documentation 3.43.0-Master (3ee7834ace6)
Public Member Functions | List of all members
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 38 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 65 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: