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

javascript - CasperJS/PhantomJS failing SSL handshakes on some sites even with --ssl-protocol=any -

codeigniter - Fatal error: Call to undefined function lang() in CI Merchant using CardSave -

python - Received unregistered task using Celery with Django -