Boost C++ Libraries Home Libraries People FAQ More

PrevUpHomeNext

Function template call_async

boost::ui::call_async — Calls f in the idle time in UI thread. This function is thread safe.

Synopsis

// In header: <boost/ui/thread.hpp>


template<typename F, class ... Args> void call_async(F && f, Args &&... args);

Description

See Also:

Thread safety (Wikipedia)


PrevUpHomeNext