I have two java threads, one for my game and one for checking that there is allways atleast a 20 % sleep on this main game thread.
My game thread holds all sleeps i need, I still want to create this second thread that is just for sure suspending my main game thread.
How often it is ok to suspend and resume the main game thread ?
I currently have a 10 ms suspend and then 40 ms resume.
