swift
Public Member Functions | Protected Member Functions | List of all members
swift::misc::CRegularThread Class Reference

Just a subclass of QThread whose destructor waits for the thread to finish. More...

Inheritance diagram for swift::misc::CRegularThread:
[legend]

Public Member Functions

 CRegularThread (QObject *parent=nullptr)
 Constructor.
 
 ~CRegularThread ()
 Destructor. More...
 

Protected Member Functions

void run ()
 

Detailed Description

Just a subclass of QThread whose destructor waits for the thread to finish.

Definition at line 37 of file worker.h.

Constructor & Destructor Documentation

◆ ~CRegularThread()

swift::misc::CRegularThread::~CRegularThread ( )

Destructor.

Todo:
KB 2017-10 temp workaround: in T145 this will be fixed, sometimes (very rarely) hanging here during shutdown

Definition at line 34 of file worker.cpp.

Member Function Documentation

◆ run()

void swift::misc::CRegularThread::run ( )
protected

Definition at line 23 of file worker.cpp.


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