[Interest] QApplication in worker thread

Thiago Macieira thiago.macieira at intel.com
Mon Aug 27 23:24:08 CEST 2018


On Monday, 27 August 2018 11:23:37 PDT Ramakanth Kesireddy wrote:
> Thanks a lot for your response. I started the thread through some non-qt
> means(using pthread)..Before terminating the thread, would like to ensure
> eventloop is exited normally. But when qApp-quit() would take time before
> which thread is deleted.

So don't. Wait for the thread to exit.

> Is there any means that thread is deleted only after qt eventloop is exited
> normally?

Yes. Wait for it to exit.

-- 
Thiago Macieira - thiago.macieira (AT) intel.com
  Software Architect - Intel Open Source Technology Center






More information about the Interest mailing list