Boost.UI
User Interface Boost library
Namespaces | Functions
thread.hpp File Reference

Thread support. More...

Include dependency graph for thread.hpp:

Go to the source code of this file.

Namespaces

 boost
 Boost C++ libraries namespace.
 
 boost::ui
 Boost.UI library namespace.
 

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...
 

Detailed Description

Thread support.