Some Eclipse Foundation services are deprecated, or will be soon. Please ensure you've read this important communication.

Bug 280829

Summary: [Display] calling syncExec/asyncExec(null) behaves differently in SWT
Product: [RT] RAP Reporter: RĂ¼diger Herrmann <ruediger.herrmann>
Component: DemoAssignee: Project Inbox <rap-inbox>
Status: RESOLVED FIXED QA Contact:
Severity: normal    
Priority: P3 CC: yashin.sergey
Version: 1.1   
Target Milestone: 1.3 M7   
Hardware: All   
OS: All   
Whiteboard:

Description RĂ¼diger Herrmann CLA 2009-06-18 16:11:28 EDT
In SWT, calling Display#syncExec( null ) or asyncExec( null ) has the same effect as calling wake().
The behavior in RWT is different: these calls do nothing.
Comment 1 Ralf Sternberg CLA 2010-04-27 11:20:59 EDT
Fixed by the adoption of SWT Synchronizer for bug 283490.