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 -

R - Plot: How to format in 10-base scientific notation and put it text, mtex, title etc functions? -

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