Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/andreicherniaev/qthread-with-movetothread_console

proj use requestInterruption()
https://github.com/andreicherniaev/qthread-with-movetothread_console

ctrl-c example multithreading qt sigint

Last synced: about 1 month ago
JSON representation

proj use requestInterruption()

Awesome Lists containing this project

README

        

# QThread-with-moveToThread_console
Qt example how make multi-thread console app.
Use cmake build system.


image from article Правильная работа с потоками в Qt


Иллюстрация иерархии в Qt

See [article](https://www.toptal.com/qt/qt-multithreading-c-plus-plus).
About SigInt (Ctrl+C) quit see [example](https://github.com/AndreiCherniaev/QCoreApplication_quit_example).