Community
Participate
Working Groups
Synchronizer and TimerExecScheduler are responsible to execute Runnables that were passed in to Display#syncExec(), #asyncExec() and #timerExec(). If possible, these runnables (if they implement Serializable themselves) should be serialized and deserialized as part of the serializing the Display.
Runnables posted via (a)syncExec() can now be migrated to another node and be executed there.
Runnables posted via timerExec() can now be migrated to another node and be executed there. Changes are in CVS HEAD.