How to break from the Loop while listening from the Socket TCP connection in C++ QT form the different main thread
I have a main thread which starts the worker thread. This worker thread has a while(true) loop with a break statement and condition inside the loop.
How to break from the Loop while listening from the Socket TCP connection in C++ QT form the different main thread
I have a main thread which starts the worker thread. This worker thread has a while(true) loop with a break statement and condition inside the loop.