https://github.com/ruben165/qt-multithread
Qt Multithreading
https://github.com/ruben165/qt-multithread
multi-threading qt
Last synced: 9 months ago
JSON representation
Qt Multithreading
- Host: GitHub
- URL: https://github.com/ruben165/qt-multithread
- Owner: Ruben165
- Created: 2025-01-28T06:55:55.000Z (11 months ago)
- Default Branch: main
- Last Pushed: 2025-01-28T07:01:29.000Z (11 months ago)
- Last Synced: 2025-01-28T07:29:27.385Z (11 months ago)
- Topics: multi-threading, qt
- Language: C++
- Homepage:
- Size: 0 Bytes
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
Multithreading in Qt. Prints a single character (with a total of three characters in this case) to the console continously after a certain thread is started. It will only stop if that thread is stopped. Since this is multithreading, the three characters can be printed in parallel.