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

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

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.