Would someone clarify how a thread operates for me in preferably these specific aspects:
Can a thread be looped or run as a loop without being repeatedly called in the draw function? If so how?
If not, then would calling the thread again in draw cause timing issues eventually, such as if the draw finishes and calls the other thread before the thread has finished processing and executing the first set of instructions?
I am working on a GUI that asynchronously reads from a port but I keep getting the buffer stuck so I am trying to find out where the hitch is.
Thank you for your time -
Adrienne Rector
Can a thread be looped or run as a loop without being repeatedly called in the draw function? If so how?
If not, then would calling the thread again in draw cause timing issues eventually, such as if the draw finishes and calls the other thread before the thread has finished processing and executing the first set of instructions?
I am working on a GUI that asynchronously reads from a port but I keep getting the buffer stuck so I am trying to find out where the hitch is.
Thank you for your time -
Adrienne Rector
1