Function Window.executeInUiThread

post task to execute in UI thread (this method can be used from background thread)

Prototype

void executeInUiThread(
  void delegate() runnable
);

Authors

Vadim Lopatin, coolreader.org@gmail.com

Copyright

Vadim Lopatin, 2014

License

Boost License 1.0