Home
last modified time | relevance | path

Searched defs:async_func_pt (Results 1 – 1 of 1) sorted by relevance

/third_party/boost/libs/thread/test/
Dtest_ml.cpp20 class async_func_pt : public async_func { class
26 async_func_pt (boost::packaged_task<Ret>&& f) : f(boost::move(f)) {} in async_func_pt() function in async_func_pt