pharo-spec / mars-gtk

The Gtk3 bindings for Pharo and Spec
14 stars 6 forks source link

feature/runInMainThread #22

Closed estebanlm closed 4 years ago

estebanlm commented 4 years ago

adding capability to run gtk on main thread while the vm runs in a worker thread. It requires latest Pharo 8. it should fallback to the polling run loop and same thread running when no worker thread is present.