Eclipse / SWT: How to monitor UI event queue? -


doing lot of thread cleanup in multi threaded eclipse rcp application. got lot of non ui related actions taking place on ui thread due haphazard coding in past (me included, i'll admit it).

we've been doing ton of cleanup , proper threading. want monitor ui runnable queue see whats going on ensure i'm not missing things.

any recommendations on how monitor uisynchronizer.messagecount / runnablelock[] using appliction?


Comments

Popular posts from this blog

java - Run a .jar on Heroku -

java - Jtable duplicate Rows -

validation - How to pass paramaters like unix into windows batch file -