Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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()
- Host: GitHub
- URL: https://github.com/andreicherniaev/qthread-with-movetothread_console
- Owner: AndreiCherniaev
- License: apache-2.0
- Created: 2023-06-17T14:29:34.000Z (over 1 year ago)
- Default Branch: main
- Last Pushed: 2024-11-13T13:19:41.000Z (about 2 months ago)
- Last Synced: 2024-11-13T14:26:29.012Z (about 2 months ago)
- Topics: ctrl-c, example, multithreading, qt, sigint
- Language: C++
- Homepage:
- Size: 29.3 KB
- Stars: 4
- Watchers: 1
- Forks: 1
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# QThread-with-moveToThread_console
Qt example how make multi-thread console app.
Use cmake build system.
Иллюстрация иерархии в QtSee [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).