|
Boost.UI
User Interface Boost library
|
Thread safe async calls. More...
Functions | |
| template<class F , class ... Args> | |
| void | boost::ui::call_async (F &&f, Args &&... args) |
| Calls f in the idle time in UI thread. This function is thread safe. More... | |
Thread safe async calls.
| void boost::ui::call_async | ( | F && | f, |
| Args &&... | args | ||
| ) |
Calls f in the idle time in UI thread. This function is thread safe.