Infineon Technologies interview question

How can UI and non-UI/background threads communicate in eclipse plugin development?

Interview Answer

Anonymous

Feb 13, 2018

There are two modes for this. Synchronous(display.syncExec method) and asynchronous(display.asyncExec method).