I have a progrgam with the main thread and a thread I created. Now the thread I created recieves some data from a network and stores it. The main thread is meant to use this data to update the screen, however the screen only updates when I move the mouse.
I think the problem might be that the main thread is suspendeed and does not wake up until I move the mouse, I do not know why this is, and any help fixing this would be good.
I think the problem might be that the main thread is suspendeed and does not wake up until I move the mouse, I do not know why this is, and any help fixing this would be good.