Method: Glimmer::UI::CustomShape#async_exec
- Defined in:
- lib/glimmer/ui/custom_shape.rb
#async_exec(&block) ⇒ Object
TODO see if it is worth it to eliminate duplication of async_exec/sync_exec delegation to DisplayProxy, via a module
243 244 245 |
# File 'lib/glimmer/ui/custom_shape.rb', line 243 def async_exec(&block) SWT::DisplayProxy.instance.async_exec(&block) end |