It is common knowledge that serviceRepaints() on a Canvas is blocking and does not return until the paint() has been executed. But is that really the whole truth? No, not really.
Download Is ServiceRepaints() really a blocking call? (4.9 KB)
Code examples and code modules
It is common knowledge that serviceRepaints() on a Canvas is blocking and does not return until the paint() has been executed. But is that really the whole truth? No, not really.
Download Is ServiceRepaints() really a blocking call? (4.9 KB)