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

Line ending issue with Mercurial or Visual Studio -

java - Jtable duplicate Rows -

java - Run a .jar on Heroku -