CPlusPlus
Qt – Create Thread To Run Single Function
Independent Thread We want to run a single task in an independent thread in a convenient way in some scenarios. It is common in data process and UI interaction event, for example, we want to use QMovie object to play a gif to indicate our software is analyzing test data, Read more…